summaryrefslogtreecommitdiffstats
path: root/extra/libtorrent/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-27 22:01:03 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-27 22:01:03 +0100
commit67869a66910027fca7976ea63e1a14a7ca900756 (patch)
tree8b231e453f91514f01957525569dd43452f6271e /extra/libtorrent/Pkgfile
parent1f17f7cab1909271ec5229cb7814d4e4f5594492 (diff)
parentbc5c51ce9bf9a70c259a42b242d7468fcf2113e3 (diff)
downloadnutyx-extra-67869a66910027fca7976ea63e1a14a7ca900756.tar.gz
nutyx-extra-67869a66910027fca7976ea63e1a14a7ca900756.tar.bz2
nutyx-extra-67869a66910027fca7976ea63e1a14a7ca900756.tar.xz
nutyx-extra-67869a66910027fca7976ea63e1a14a7ca900756.zip
Merge commit 'skingrapher/master'
Diffstat (limited to 'extra/libtorrent/Pkgfile')
-rw-r--r--extra/libtorrent/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/libtorrent/Pkgfile b/extra/libtorrent/Pkgfile
new file mode 100644
index 000000000..7b0fd52b4
--- /dev/null
+++ b/extra/libtorrent/Pkgfile
@@ -0,0 +1,17 @@
+# Description: the BitTorrent library
+# URL: http://libtorrent.rakshasa.no/downloads/
+# Maintainer: NuTyX coreteam
+# Packager: skingrapher at legtux dot org
+# Depends on: libsigc++, curl
+name=libtorrent
+version=0.12.5
+release=1
+source=(http://libtorrent.rakshasa.no/downloads/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./autogen.sh
+ ./configure --prefix=/usr --enable-ipv6
+ make
+ make DESTDIR=$PKG install
+}