From 3aea77bb3a754d74592aa2d152b4619e4783784a Mon Sep 17 00:00:00 2001 From: fanch Date: Sat, 5 Jun 2010 10:38:22 +0200 Subject: ajout libtorrent-rasterbar#0.15.0-1 --- extra/libtorrent-rasterbar/Pkgfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 extra/libtorrent-rasterbar/Pkgfile (limited to 'extra/libtorrent-rasterbar/Pkgfile') diff --git a/extra/libtorrent-rasterbar/Pkgfile b/extra/libtorrent-rasterbar/Pkgfile new file mode 100644 index 000000000..cdc3693c6 --- /dev/null +++ b/extra/libtorrent-rasterbar/Pkgfile @@ -0,0 +1,24 @@ + +# 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, python + +name=libtorrent-rasterbar +version=0.15.0 +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 + ./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 +} -- cgit v1.2.3-70-g09d2