summaryrefslogtreecommitdiff
path: root/btpd
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2007-03-19 18:06:38 +1000
committerJames Mills <prologic@shortcircuit.net.au>2007-03-19 18:06:38 +1000
commit5205a670b7a8483643d516814c7bf2d0aa0b70db (patch)
tree1a2579aaeaca2407154b0cf0b216a488d7713afa /btpd
parent76a71fdb059a8ea751080782e2eb2148e7863f3f (diff)
downloadcontrib-5205a670b7a8483643d516814c7bf2d0aa0b70db.tar.gz
contrib-5205a670b7a8483643d516814c7bf2d0aa0b70db.tar.xz
btpd: NEW port
Diffstat (limited to 'btpd')
-rw-r--r--btpd/.footprint5
-rw-r--r--btpd/.md5sum1
-rw-r--r--btpd/Pkgfile19
3 files changed, 25 insertions, 0 deletions
diff --git a/btpd/.footprint b/btpd/.footprint
new file mode 100644
index 000000000..7c29bb137
--- /dev/null
+++ b/btpd/.footprint
@@ -0,0 +1,5 @@
+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
diff --git a/btpd/.md5sum b/btpd/.md5sum
new file mode 100644
index 000000000..e92d4595e
--- /dev/null
+++ b/btpd/.md5sum
@@ -0,0 +1 @@
+9c2dcdb48b2cd2642c9250635b88c917 btpd-0.12.tar.gz
diff --git a/btpd/Pkgfile b/btpd/Pkgfile
new file mode 100644
index 000000000..00f86edf9
--- /dev/null
+++ b/btpd/Pkgfile
@@ -0,0 +1,19 @@
+# Description: The BitTorrent Protocol Daemon
+# URL: http://www.murmeldjur.se/btpd/
+# Maintainer: James Mills, prologic at shortcircuit dot net dot au
+# Packager: James Mills, prologic at shortcircuit dot net dot au
+#
+# Depends on: libevent, openssl
+
+name=btpd
+version=0.12
+release=1
+source=(http://www.murmeldjur.se/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ chown -R root:root $PKG
+}

Generated by cgit