1
0
forked from ports/contrib

btpd: dropped

This commit is contained in:
Juergen Daubert 2012-10-18 14:45:32 +02:00
parent f687c79c55
commit 94bf60c256
3 changed files with 0 additions and 27 deletions

View File

@ -1,10 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/btcli
-rwxr-xr-x root/root usr/bin/btinfo
-rwxr-xr-x root/root usr/bin/btpd
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/btcli.1.gz
-rw-r--r-- root/root usr/man/man1/btinfo.1.gz
-rw-r--r-- root/root usr/man/man1/btpd.1.gz

View File

@ -1 +0,0 @@
fe042aae8d7c515ecd855673d1c2b33e btpd-0.16.tar.gz

View File

@ -1,16 +0,0 @@
# Description: BitTorrent client daemon
# URL: http://wiki.github.com/btpd/btpd/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: openssl
name=btpd
version=0.16
release=1
source=(http://cloud.github.com/downloads/$name/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}