diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-28 20:56:15 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-28 20:56:15 +0200 |
commit | f661a265978dfc56df44cb46863117ffc82927e3 (patch) | |
tree | 605482f337663da598c8a8dee0217b9766702172 /extra/libtorrent-rasterbar/Pkgfile | |
parent | 5fa2ffd31eb8863da68cad05b49df81bdcefe8ff (diff) | |
download | nutyx-pakxe-f661a265978dfc56df44cb46863117ffc82927e3.tar.gz nutyx-pakxe-f661a265978dfc56df44cb46863117ffc82927e3.tar.bz2 nutyx-pakxe-f661a265978dfc56df44cb46863117ffc82927e3.tar.xz nutyx-pakxe-f661a265978dfc56df44cb46863117ffc82927e3.zip |
libtorrent-rasterbar dans ouvert
Diffstat (limited to 'extra/libtorrent-rasterbar/Pkgfile')
-rw-r--r-- | extra/libtorrent-rasterbar/Pkgfile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/extra/libtorrent-rasterbar/Pkgfile b/extra/libtorrent-rasterbar/Pkgfile deleted file mode 100644 index c5a3020ba..000000000 --- a/extra/libtorrent-rasterbar/Pkgfile +++ /dev/null @@ -1,25 +0,0 @@ -# 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 -# Run on: boost - -name=libtorrent-rasterbar -version=0.15.4 -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 - PYTHON=python2 ./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 -} - |