wok-next diff libtorrent-rasterbar/receipt @ rev 10853
Moved nethack from wok-undigest.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jun 12 18:00:26 2011 +0000 (2011-06-12) |
parents | c343f13ff37f |
children | 5b69768015ff |
line diff
1.1 --- a/libtorrent-rasterbar/receipt Thu Feb 03 19:59:59 2011 +0000 1.2 +++ b/libtorrent-rasterbar/receipt Sun Jun 12 18:00:26 2011 +0000 1.3 @@ -1,11 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libtorrent-rasterbar" 1.7 -VERSION="0.15.5" 1.8 +VERSION="0.15.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 DEPENDS="libboost-thread libboost-filesystem libboost-python openssl python" 1.13 +BUILD_DEPENDS="libboost-thread-dev libboost-filesystem-dev libboost-python-dev openssl-dev zlib-dev python-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.rasterbar.com/products/libtorrent/" 1.16 WGET_URL="http://libtorrent.googlecode.com/files/$TARBALL" 1.17 @@ -14,7 +15,8 @@ 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 - ./configure --enable-python-binding && 1.22 + ./configure --enable-python-binding \ 1.23 + $CONFIGURE_ARGS && 1.24 make && make install 1.25 } 1.26