diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-04-02 21:10:08 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:34 -0500 |
commit | 5ecb0025353cc37435c6b19d85ba8df4a3da58d2 (patch) | |
tree | 8e1147661f48e93001467843dc0fc8d6ce127a45 /libraries/libtorrent-rasterbar | |
parent | 972eb171fa8a55fb12e9da26b5ec14b39e3a4b85 (diff) | |
download | slackbuilds-5ecb0025353cc37435c6b19d85ba8df4a3da58d2.tar.gz |
libraries/libtorrent-rasterbar: Updated for version 0.15.10.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libtorrent-rasterbar')
-rw-r--r-- | libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/libtorrent-rasterbar/libtorrent-rasterbar.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild index e6c3a30a42..1097519b59 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=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 diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.info index 061f9546ce..d3e5f38864 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.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="" |