summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 08:01:35 +0000
committersibel <lesibel@free.fr>2010-12-29 08:01:35 +0000
commitdc355536f61162f5439a1c0069b2d33b249a1536 (patch)
treedfa69e18bf410c4aa291a72fa64a7005531135ee
parentd9425510036121a836a8ee93dbb3a32c403af6b5 (diff)
downloadnutyx-pakxe-dc355536f61162f5439a1c0069b2d33b249a1536.tar.gz
nutyx-pakxe-dc355536f61162f5439a1c0069b2d33b249a1536.tar.bz2
nutyx-pakxe-dc355536f61162f5439a1c0069b2d33b249a1536.tar.xz
nutyx-pakxe-dc355536f61162f5439a1c0069b2d33b249a1536.zip
libtorrent-rasterbar#0.15.4-1, maj python
-rw-r--r--extra/libtorrent-rasterbar/.footprint8
-rw-r--r--extra/libtorrent-rasterbar/.md5sum2
-rw-r--r--extra/libtorrent-rasterbar/Pkgfile8
3 files changed, 9 insertions, 9 deletions
diff --git a/extra/libtorrent-rasterbar/.footprint b/extra/libtorrent-rasterbar/.footprint
index 4c3988781..1e675e8ba 100644
--- a/extra/libtorrent-rasterbar/.footprint
+++ b/extra/libtorrent-rasterbar/.footprint
@@ -117,10 +117,10 @@ lrwxrwxrwx root/root usr/lib/libtorrent-rasterbar.so.6 -> libtorrent-rasterbar.s
-rwxr-xr-x root/root usr/lib/libtorrent-rasterbar.so.6.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libtorrent-rasterbar.pc
-drwxr-xr-x root/root usr/lib/python2.6/
-drwxr-xr-x root/root usr/lib/python2.6/site-packages/
--rwxr-xr-x root/root usr/lib/python2.6/site-packages/libtorrent.so
--rw-r--r-- root/root usr/lib/python2.6/site-packages/python_libtorrent-0.15.0-py2.6.egg-info
+drwxr-xr-x root/root usr/lib/python2.7/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/libtorrent.so
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/python_libtorrent-0.15.4-py2.7.egg-info
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/licenses/
drwxr-xr-x root/root usr/share/licenses/libtorrent-rasterbar/
diff --git a/extra/libtorrent-rasterbar/.md5sum b/extra/libtorrent-rasterbar/.md5sum
index 4c7a91de5..53e48dc9f 100644
--- a/extra/libtorrent-rasterbar/.md5sum
+++ b/extra/libtorrent-rasterbar/.md5sum
@@ -1,2 +1,2 @@
7763d3f4e6c74b1b3d1bdfa3b07d529a disable-valloc.dpatch
-3f8253457557a3f4778fa18fa076c5c9 libtorrent-rasterbar-0.15.0.tar.gz
+58750b3a246d056335745f9e805bb949 libtorrent-rasterbar-0.15.4.tar.gz
diff --git a/extra/libtorrent-rasterbar/Pkgfile b/extra/libtorrent-rasterbar/Pkgfile
index d4f499b6f..b54b72c8b 100644
--- a/extra/libtorrent-rasterbar/Pkgfile
+++ b/extra/libtorrent-rasterbar/Pkgfile
@@ -3,10 +3,10 @@
# URL:http://www.rasterbar.com/products/libtorrent/
# Maintainer: NuTyX core team
# Packager: fanch
-# Depends on: boost, python
+# Depends on:
name=libtorrent-rasterbar
-version=0.15.0
+version=0.15.4
release=1
source=(http://libtorrent.googlecode.com/files/$name-$version.tar.gz
disable-valloc.dpatch)
@@ -15,9 +15,9 @@ source=(http://libtorrent.googlecode.com/files/$name-$version.tar.gz
build() {
cd $SRC/$name-$version
patch -Np1 -i $SRC/disable-valloc.dpatch
- ./configure --prefix=/usr --enable-python-binding \
+ PYTHON=python2 ./configure --prefix=/usr --enable-python-binding \
--with-boost-filesystem=mt \
- --with-boost-thread=mt
+ --with-boost-thread=mt
make
make DESTDIR=$PKG install
install -D COPYING $PKG/usr/share/licenses/$name/LICENSE