summaryrefslogtreecommitdiffstats
path: root/libraries/libtorrent/libtorrent.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libtorrent/libtorrent.SlackBuild')
-rw-r--r--libraries/libtorrent/libtorrent.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/libtorrent/libtorrent.SlackBuild b/libraries/libtorrent/libtorrent.SlackBuild
index bf75415722..eec9bff04e 100644
--- a/libraries/libtorrent/libtorrent.SlackBuild
+++ b/libraries/libtorrent/libtorrent.SlackBuild
@@ -4,11 +4,12 @@
# Written by Tom Fitzhenry <tom@fitzhenry.name> 2007/08/22
# Updated by Andrew Brouwers, abrouwers@gmail.com
+# Updated to 0.12.6 by Brian Kysela <brian.kysela@gmail.com> 2010-02-17
PRGNAM=libtorrent
-VERSION=0.12.5
+VERSION=0.12.6
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -52,7 +53,7 @@ make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS COPYING INSTALL NEWS README TODO \
+ AUTHORS COPYING INSTALL NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-SlackBuild