libraries/libtorrent-rasterbar: Updated for version 0.15.10.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-04-02 21:10:08 +02:00 committed by Robby Workman
parent 972eb171fa
commit 5ecb002535
2 changed files with 7 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libtorrent-rasterbar
VERSION=0.15.9
VERSION=${VERSION:-0.15.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
@ -74,9 +74,10 @@ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--disable-static \
--disable-deprecated-functions \
--enable-python-binding \
--with-zlib=system \
--with-boost-libdir=/usr/lib${LIBDIRSUFFIX} \
--with-libgeoip \
--build=$ARCH-slackware-linux
make

View file

@ -1,8 +1,8 @@
PRGNAM="libtorrent-rasterbar"
VERSION="0.15.9"
VERSION="0.15.10"
HOMEPAGE="http://www.rasterbar.com/products/libtorrent/"
DOWNLOAD="http://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.15.9.tar.gz"
MD5SUM="87eea591f6eb5da4f3af84aa6d753bc7"
DOWNLOAD="http://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.15.10.tar.gz"
MD5SUM="377bb7f0e1becf875ba0708cad6b9e2e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""