contrib/btpd/Pkgfile

17 lines
396 B
Plaintext
Raw Normal View History

# Description: BitTorrent client daemon
2012-01-11 14:58:07 +01:00
# URL: http://wiki.github.com/btpd/btpd/
# Maintainer: Juergen Daubert, jue at crux dot nu
2008-03-17 21:25:29 +01:00
# Depends on: openssl
2007-03-19 09:06:38 +01:00
name=btpd
2012-01-11 14:58:07 +01:00
version=0.16
release=1
source=(http://cloud.github.com/downloads/$name/$name/$name-$version.tar.gz)
2007-03-19 09:06:38 +01:00
build() {
cd $name-$version
2012-01-11 14:58:07 +01:00
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
2007-03-19 09:06:38 +01:00
}