summaryrefslogtreecommitdiff
path: root/btpd/Pkgfile
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/Pkgfile
parent76a71fdb059a8ea751080782e2eb2148e7863f3f (diff)
downloadcontrib-5205a670b7a8483643d516814c7bf2d0aa0b70db.tar.gz
contrib-5205a670b7a8483643d516814c7bf2d0aa0b70db.tar.xz
btpd: NEW port
Diffstat (limited to 'btpd/Pkgfile')
-rw-r--r--btpd/Pkgfile19
1 files changed, 19 insertions, 0 deletions
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