# Description: BitTorrent client with serverĀ/client architecture # URL: http://github.com/btpd/btpd # Maintainer: z3bra # Depends on: openssl name=btpd version=0.16 release=2 source=(https://github.com/btpd/$name/archive/v$version.tar.gz) build() { cd $name-$version autoreconf -fi ./configure --prefix=/usr make make DESTDIR=$PKG PREFIX=/usr install }