summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Woodfall2013-01-13 05:37:38 +0100
committer Robby Workman2013-01-13 05:37:38 +0100
commit4d6801f56ca013a7deae4ab230158f5dfe00adac (patch)
treee0af3db98eff1e39148099d62b363bbbd2ee1154
parentbb66fd1f9f950a4ca11a7b6eb15e01657d7276d5 (diff)
downloadslackbuilds-4d6801f56ca013a7deae4ab230158f5dfe00adac.tar.gz
libraries/ptlib: Updated for version 2.10.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--libraries/ptlib/ptlib.SlackBuild6
-rw-r--r--libraries/ptlib/ptlib.info6
-rw-r--r--libraries/ptlib/slack-desc11
3 files changed, 12 insertions, 11 deletions
diff --git a/libraries/ptlib/ptlib.SlackBuild b/libraries/ptlib/ptlib.SlackBuild
index d417307887..201559d62b 100644
--- a/libraries/ptlib/ptlib.SlackBuild
+++ b/libraries/ptlib/ptlib.SlackBuild
@@ -3,7 +3,6 @@
# Slackware build script for PTLib
# Copyright 2008-2009 Mauro Giachero
-# All rights reserved.
# Copyright 2011 David Woodfall
# All rights reserved.
#
@@ -25,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ptlib
-VERSION=${VERSION:-2.10.7}
+VERSION=${VERSION:-2.10.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@@ -94,6 +93,7 @@ LIBS="-lgthread-2.0" \
make
make install DESTDIR=$PKG
+
# Remove static library
rm $PKG/usr/lib${LIBDIRSUFFIX}/libpt_s.a
diff --git a/libraries/ptlib/ptlib.info b/libraries/ptlib/ptlib.info
index 72bbfa3ebc..847f35d4d8 100644
--- a/libraries/ptlib/ptlib.info
+++ b/libraries/ptlib/ptlib.info
@@ -1,8 +1,8 @@
PRGNAM="ptlib"
-VERSION="2.10.7"
+VERSION="2.10.9"
HOMEPAGE="http://www.opalvoip.org/"
-DOWNLOAD="http://downloads.sourceforge.net/opalvoip/ptlib-2.10.7.tar.bz2"
-MD5SUM="7fb74a97743fcc5f33d0f97dec7bc878"
+DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/ptlib/2.10/ptlib-2.10.9.tar.xz"
+MD5SUM="460e63b0d168c7f4b670b2561a219c6b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/libraries/ptlib/slack-desc b/libraries/ptlib/slack-desc
index e2bbe49d3e..01e6c5d7e5 100644
--- a/libraries/ptlib/slack-desc
+++ b/libraries/ptlib/slack-desc
@@ -1,9 +1,10 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
|-----handy-ruler------------------------------------------------------|
ptlib: PTLib (Portable Tools Library)
ptlib: