summaryrefslogtreecommitdiffstats
path: root/extra/libtorrent-rasterbar/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libtorrent-rasterbar/Pkgfile')
-rw-r--r--extra/libtorrent-rasterbar/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/libtorrent-rasterbar/Pkgfile b/extra/libtorrent-rasterbar/Pkgfile
new file mode 100644
index 000000000..cdc3693c6
--- /dev/null
+++ b/extra/libtorrent-rasterbar/Pkgfile
@@ -0,0 +1,24 @@
+
+# Description: un client bitorrent en c++ comme alternative aux autres client.
+# URL:http://www.rasterbar.com/products/libtorrent/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: boost, python
+
+name=libtorrent-rasterbar
+version=0.15.0
+release=1
+source=(http://libtorrent.googlecode.com/files/$name-$version.tar.gz
+ disable-valloc.dpatch)
+
+
+build() {
+ cd $SRC/$name-$version
+ patch -Np1 -i $SRC/disable-valloc.dpatch
+ ./configure --prefix=/usr --enable-python-binding \
+ --with-boost-filesystem=mt \
+ --with-boost-thread=mt
+ make
+ make DESTDIR=$PKG install
+ install -D COPYING $PKG/usr/share/licenses/$name/LICENSE
+}