mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libtorrent-rasterbar: Updated for version 0.15.10.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
972eb171fa
commit
5ecb002535
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue