# HG changeset patch # User Antoine Bodin # Date 1296525132 -3600 # Node ID 2d7a7b6c0b630096293e96aa4c62536bd0c5eaef # Parent 2b6fda1dbf0d8c7ebfac9e319639e44a8bd62e56 cleanup: libtorrent-rasterbar diff -r 2b6fda1dbf0d -r 2d7a7b6c0b63 libtorrent-rasterbar/receipt --- a/libtorrent-rasterbar/receipt Tue Feb 01 02:51:09 2011 +0100 +++ b/libtorrent-rasterbar/receipt Tue Feb 01 02:52:12 2011 +0100 @@ -6,7 +6,6 @@ SHORT_DESC="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" MAINTAINER="slaxemulator@gmail.com" DEPENDS="libboost-thread libboost-filesystem libboost-python openssl python" -BUILD_DEPENDS="libboost-thread-dev libboost-filesystem-dev libboost-python-dev openssl-dev zlib-dev python-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.rasterbar.com/products/libtorrent/" WGET_URL="http://libtorrent.googlecode.com/files/$TARBALL" @@ -15,10 +14,8 @@ compile_rules() { cd $src - ./configure --prefix=/usr --enable-python-binding \ - $CONFIGURE_ARGS && - make -j4 && - make DESTDIR=$PWD/_pkg install + ./configure --enable-python-binding && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.