Add dep recipe for btpd
[khome.git] / deps / btpd / Makefile
1 all:
2 mkdir -p data
3 cd data && git clone https://github.com/btpd/btpd.git || true
4 cd data/btpd && git clean -dfx && ./configure --with-evloop-method=EPOLL
5 cd data/btpd && make -j$(nproc)
6 cd data/btpd && PREFIX=/usr/local make -e install
This page took 0.045482 seconds and 4 git commands to generate.