From: Siraaj Khandkar Date: Tue, 2 Mar 2021 12:48:50 +0000 (-0500) Subject: Add dep recipe for btpd X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=9458e7a9d5db4b127c550c00d729baae76068d74 Add dep recipe for btpd --- diff --git a/deps/btpd/Makefile b/deps/btpd/Makefile new file mode 100644 index 0000000..632037a --- /dev/null +++ b/deps/btpd/Makefile @@ -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