Add dep recipe for btpd
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 2 Mar 2021 12:48:50 +0000 (07:48 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 2 Mar 2021 12:48:50 +0000 (07:48 -0500)
deps/btpd/Makefile [new file with mode: 0644]

diff --git a/deps/btpd/Makefile b/deps/btpd/Makefile
new file mode 100644 (file)
index 0000000..632037a
--- /dev/null
@@ -0,0 +1,6 @@
+all:
+       mkdir -p data
+       cd data && git clone https://github.com/btpd/btpd.git || true
+       cd data/btpd && git clean -dfx && ./configure --with-evloop-method=EPOLL
+       cd data/btpd && make -j$(nproc)
+       cd data/btpd && PREFIX=/usr/local make -e install
This page took 0.018238 seconds and 4 git commands to generate.