Add dep recipe for btpd
[khome.git] / deps / btpd / Makefile
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.02215 seconds and 4 git commands to generate.