summaryrefslogtreecommitdiffstats
path: root/extra/libtorrent-rasterbar/Pkgfile
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-06-05 10:38:22 +0200
committerfanch <fanchyannmaria at orange dot fr>2010-06-05 10:38:22 +0200
commit3aea77bb3a754d74592aa2d152b4619e4783784a (patch)
treec0b6c546046f41383bfac3c14251cce4d2a6330d /extra/libtorrent-rasterbar/Pkgfile
parentbf133fbd720e29e859c061460e876e10f0a2ae07 (diff)
downloadnutyx-pakxe-3aea77bb3a754d74592aa2d152b4619e4783784a.tar.gz
nutyx-pakxe-3aea77bb3a754d74592aa2d152b4619e4783784a.tar.bz2
nutyx-pakxe-3aea77bb3a754d74592aa2d152b4619e4783784a.tar.xz
nutyx-pakxe-3aea77bb3a754d74592aa2d152b4619e4783784a.zip
ajout libtorrent-rasterbar#0.15.0-1
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
+}