diff options
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 |