contrib/btpd/Pkgfile

19 lines
428 B
Plaintext
Raw Normal View History

2007-03-19 09:06:38 +01:00
# Description: The BitTorrent Protocol Daemon
# URL: http://www.murmeldjur.se/btpd/
# Maintainer: unmaintained
2007-03-19 09:06:38 +01:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
2008-03-17 21:25:29 +01:00
# Depends on: openssl
2007-03-19 09:06:38 +01:00
name=btpd
2007-06-11 08:04:22 +02:00
version=0.13
release=1
2007-03-19 09:06:38 +01:00
source=(http://www.murmeldjur.se/$name/$name-$version.tar.gz)
build() {
2008-03-17 21:25:29 +01:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
chown -R root:root $PKG
2007-03-19 09:06:38 +01:00
}