mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libtorrent: Updated for version 0.12.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
141a7f24f3
commit
b2506349f1
2 changed files with 8 additions and 6 deletions
|
@ -5,10 +5,11 @@
|
|||
|
||||
# Updated by Andrew Brouwers, abrouwers@gmail.com
|
||||
# Updated to 0.12.6 by Brian Kysela <brian.kysela@gmail.com> 2010-02-17
|
||||
# Updated to 0.12.7 by Brian Kysela <brian.kysela@gmail.com> 2010-10-27
|
||||
# Updated to 0.12.7 by Brian Kysela 2010-10-27
|
||||
# Updated to 0.12.8 by Brian Kysela 2011-05-09.
|
||||
|
||||
PRGNAM=libtorrent
|
||||
VERSION=0.12.7
|
||||
VERSION=0.12.8
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -57,6 +58,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-posix-fallocate \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libtorrent"
|
||||
VERSION="0.12.7"
|
||||
VERSION="0.12.8"
|
||||
HOMEPAGE="http://libtorrent.rakshasa.no/"
|
||||
DOWNLOAD="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.7.tar.gz"
|
||||
MD5SUM="2b5032bd3ef64f0d53f5ea73678e0eb0"
|
||||
DOWNLOAD="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.8.tar.gz"
|
||||
MD5SUM="5f644b6a96c9ef3c1b6df767eea1e705"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Tom Fitzhenry"
|
||||
EMAIL="tom@fitzhenry.name"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue