summaryrefslogtreecommitdiffstats
path: root/libraries/libtorrent-rasterbar
diff options
context:
space:
mode:
author Matteo Bernardini2012-09-24 12:35:34 +0200
committer Robby Workman2012-09-25 05:53:32 +0200
commitb182db66f569dcdb2e37e090bc1138e2fcc438b4 (patch)
treee70f34c47a1e1695d6ebe675c99070ae223e7151 /libraries/libtorrent-rasterbar
parent368131a2ce84798c09c511e65e0ee41b1834f925 (diff)
downloadslackbuilds-b182db66f569dcdb2e37e090bc1138e2fcc438b4.tar.gz
libraries/libtorrent-rasterbar: Updated for version 0.16.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libtorrent-rasterbar')
-rw-r--r--libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild6
-rw-r--r--libraries/libtorrent-rasterbar/libtorrent-rasterbar.info6
2 files changed, 4 insertions, 8 deletions
diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
index 1097519b59..adc25365f4 100644
--- a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
+++ b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-0.15.10}
+VERSION=${VERSION:-0.16.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,7 +74,6 @@ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--disable-static \
- --disable-deprecated-functions \
--enable-python-binding \
--with-boost-libdir=/usr/lib${LIBDIRSUFFIX} \
--with-libgeoip \
@@ -83,9 +82,6 @@ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
make
make install-strip DESTDIR=$PKG
-# Remove empty directory; thanks to Larry Hajali.
-rmdir $PKG/usr/bin
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS README docs/ \
$PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info
index 8a4cf782df..2d9bbd2bf4 100644
--- a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info
+++ b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info
@@ -1,8 +1,8 @@
PRGNAM="libtorrent-rasterbar"
-VERSION="0.15.10"
+VERSION="0.16.3"
HOMEPAGE="http://www.rasterbar.com/products/libtorrent/"
-DOWNLOAD="http://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.15.10.tar.gz"
-MD5SUM="377bb7f0e1becf875ba0708cad6b9e2e"
+DOWNLOAD="http://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.16.3.tar.gz"
+MD5SUM="88a9aca987c645279bb845b0de10a307"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="GeoIP"