# HG changeset patch # User Christopher Rogers # Date 1305937208 0 # Node ID 50aab44bec090329fd8b6d086c6f11a53f06880e # Parent deb7bc24ae34f332da2c2b68167cbe08846ca468 Up: libtorrent-rasterbar to 0.15.6. diff -r deb7bc24ae34 -r 50aab44bec09 libtorrent-rasterbar-dev/receipt --- a/libtorrent-rasterbar-dev/receipt Sat May 21 00:17:26 2011 +0000 +++ b/libtorrent-rasterbar-dev/receipt Sat May 21 00:20:08 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libtorrent-rasterbar-dev" -VERSION="0.15.5" +VERSION="0.15.6" CATEGORY="development" SHORT_DESC="devel files for libtorrent-rasterbar" MAINTAINER="slaxemulator@gmail.com" diff -r deb7bc24ae34 -r 50aab44bec09 libtorrent-rasterbar/receipt --- a/libtorrent-rasterbar/receipt Sat May 21 00:17:26 2011 +0000 +++ b/libtorrent-rasterbar/receipt Sat May 21 00:20:08 2011 +0000 @@ -1,11 +1,12 @@ # SliTaz package receipt. PACKAGE="libtorrent-rasterbar" -VERSION="0.15.5" +VERSION="0.15.6" CATEGORY="development" 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" @@ -14,7 +15,8 @@ compile_rules() { cd $src - ./configure --enable-python-binding && + ./configure --enable-python-binding \ + $CONFIGURE_ARGS && make && make install }