mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/ptlib: Updated for version 2.10.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
bb66fd1f9f
commit
4d6801f56c
3 changed files with 12 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue