diff options
author | sibel <lesibel@free.fr> | 2010-12-29 08:01:35 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 08:01:35 +0000 |
commit | dc355536f61162f5439a1c0069b2d33b249a1536 (patch) | |
tree | dfa69e18bf410c4aa291a72fa64a7005531135ee /extra/libtorrent-rasterbar/Pkgfile | |
parent | d9425510036121a836a8ee93dbb3a32c403af6b5 (diff) | |
download | nutyx-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
Diffstat (limited to 'extra/libtorrent-rasterbar/Pkgfile')
-rw-r--r-- | extra/libtorrent-rasterbar/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |