wok-6.x rev 10228
Up: libtorrent-rasterbar to 0.15.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 00:20:08 2011 +0000 (2011-05-21) |
parents | deb7bc24ae34 |
children | 1c5b23daee0f |
files | libtorrent-rasterbar-dev/receipt libtorrent-rasterbar/receipt |
line diff
1.1 --- a/libtorrent-rasterbar-dev/receipt Sat May 21 00:17:26 2011 +0000 1.2 +++ b/libtorrent-rasterbar-dev/receipt Sat May 21 00:20:08 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libtorrent-rasterbar-dev" 1.7 -VERSION="0.15.5" 1.8 +VERSION="0.15.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="devel files for libtorrent-rasterbar" 1.11 MAINTAINER="slaxemulator@gmail.com"
2.1 --- a/libtorrent-rasterbar/receipt Sat May 21 00:17:26 2011 +0000 2.2 +++ b/libtorrent-rasterbar/receipt Sat May 21 00:20:08 2011 +0000 2.3 @@ -1,11 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libtorrent-rasterbar" 2.7 -VERSION="0.15.5" 2.8 +VERSION="0.15.6" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 DEPENDS="libboost-thread libboost-filesystem libboost-python openssl python" 2.13 +BUILD_DEPENDS="libboost-thread-dev libboost-filesystem-dev libboost-python-dev openssl-dev zlib-dev python-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 WEB_SITE="http://www.rasterbar.com/products/libtorrent/" 2.16 WGET_URL="http://libtorrent.googlecode.com/files/$TARBALL" 2.17 @@ -14,7 +15,8 @@ 2.18 compile_rules() 2.19 { 2.20 cd $src 2.21 - ./configure --enable-python-binding && 2.22 + ./configure --enable-python-binding \ 2.23 + $CONFIGURE_ARGS && 2.24 make && make install 2.25 } 2.26