wok-stable diff libtorrent-rasterbar/receipt @ rev 8303
cleanup: libtorrent-rasterbar
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Feb 01 02:52:12 2011 +0100 (2011-02-01) |
parents | 986f3d58d068 |
children | c343f13ff37f |
line diff
1.1 --- a/libtorrent-rasterbar/receipt Sat Oct 16 01:14:45 2010 +0000 1.2 +++ b/libtorrent-rasterbar/receipt Tue Feb 01 02:52:12 2011 +0100 1.3 @@ -6,7 +6,6 @@ 1.4 SHORT_DESC="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" 1.5 MAINTAINER="slaxemulator@gmail.com" 1.6 DEPENDS="libboost-thread libboost-filesystem libboost-python openssl python" 1.7 -BUILD_DEPENDS="libboost-thread-dev libboost-filesystem-dev libboost-python-dev openssl-dev zlib-dev python-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.rasterbar.com/products/libtorrent/" 1.10 WGET_URL="http://libtorrent.googlecode.com/files/$TARBALL" 1.11 @@ -15,10 +14,8 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - ./configure --prefix=/usr --enable-python-binding \ 1.16 - $CONFIGURE_ARGS && 1.17 - make -j4 && 1.18 - make DESTDIR=$PWD/_pkg install 1.19 + ./configure --enable-python-binding && 1.20 + make && make install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.