libraries/ptlib: Updated for version 2.6.6.

This commit is contained in:
Mauro Giachero 2010-04-08 22:16:43 -04:00 committed by David Somero
parent a248dd7dda
commit 72216a7743
2 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ptlib
VERSION=${VERSION:-2.6.2}
VERSION=${VERSION:-2.6.6}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -88,9 +88,9 @@ rm $PKG/usr/lib${LIBDIRSUFFIX}/libpt_s.a
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null
xargs strip --strip-unneeded 2> /dev/null || true
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="ptlib"
VERSION="2.6.2"
VERSION="2.6.6"
HOMEPAGE="http://www.opalvoip.org/"
DOWNLOAD="http://downloads.sourceforge.net/opalvoip/ptlib-2.6.2.tar.bz2"
DOWNLOAD="http://downloads.sourceforge.net/opalvoip/ptlib-2.6.6.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="d478121cfc82da7c0f0ce0e53fc7c2fd"
MD5SUM="bfe550838f3219bac9647092f1c66aaa"
MD5SUM_x86_64=""
MAINTAINER="Mauro Giachero"
EMAIL="mauro dot giachero at gmail dot com"
APPROVED="rworkman"
APPROVED="dsomero"