mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/ptlib: Updated for version 2.6.6.
This commit is contained in:
parent
a248dd7dda
commit
72216a7743
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue