diff options
author | tnut <tnut at nutyx dot com> | 2011-03-28 20:19:34 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-03-28 20:19:34 +0200 |
commit | 98a63fafce78dc4b3d5e8436561aea412c42fe60 (patch) | |
tree | 0926ee555b274c6c4f7bcaca9326613ce9c751d0 /extra/libtorrent-rasterbar/Pkgfile | |
parent | 73d790eb6d0df51a4a1c48dcedc0d3c63ea6a934 (diff) | |
parent | f661a265978dfc56df44cb46863117ffc82927e3 (diff) | |
download | nutyx-extra-98a63fafce78dc4b3d5e8436561aea412c42fe60.tar.gz nutyx-extra-98a63fafce78dc4b3d5e8436561aea412c42fe60.tar.bz2 nutyx-extra-98a63fafce78dc4b3d5e8436561aea412c42fe60.tar.xz nutyx-extra-98a63fafce78dc4b3d5e8436561aea412c42fe60.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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 220ab275b..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: -# Run on: boost,python - -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 -} - |