wok rev 21720

updated ptlib and ptlib-dev (2.6.5 -> 2.10.11)
author Hans-G?nter Theisgen
date Wed Jun 12 14:43:00 2019 +0100 (2019-06-12)
parents 0c293764164e
children 4ca238d6262e
files ptlib-dev/receipt ptlib/receipt
line diff
     1.1 --- a/ptlib-dev/receipt	Wed Jun 12 14:18:02 2019 +0100
     1.2 +++ b/ptlib-dev/receipt	Wed Jun 12 14:43:00 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ptlib-dev"
     1.7 -VERSION="2.6.5"
     1.8 +VERSION="2.10.11"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Portable Tools Library for unix and windows, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MPL"
    1.13  WEB_SITE="https://www.ekiga.org/"
    1.14 +
    1.15  WANTED="ptlib"
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/ptlib/receipt	Wed Jun 12 14:18:02 2019 +0100
     2.2 +++ b/ptlib/receipt	Wed Jun 12 14:43:00 2019 +0100
     2.3 @@ -1,26 +1,30 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ptlib"
     2.7 -VERSION="2.6.5"
     2.8 +VERSION="2.10.11"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Portable Tools Library for unix and windows."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="MPL"
    2.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14  WEB_SITE="https://www.ekiga.org/"
    2.15 +
    2.16 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.17  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.18  
    2.19 -DEPENDS="alsa-lib cyrus-sasl expat libsdl libdv libraw1394 \
    2.20 -libunixODBC openssl"
    2.21 -BUILD_DEPENDS="pkg-config flex openssl-dev cyrus-sasl-dev zlib-dev alsa-lib-dev"
    2.22 +DEPENDS="alsa-lib cyrus-sasl expat libdv libraw1394 libsdl \
    2.23 +	libunixODBC openssl"
    2.24 +BUILD_DEPENDS="alsa-lib-dev cyrus-sasl-dev flex openssl-dev \
    2.25 +	pkg-config zlib-dev"
    2.26  
    2.27  # Rules to configure and make the package.
    2.28  compile_rules()
    2.29  {
    2.30 -	cd $src
    2.31 -	./configure --prefix=/usr --bindir=/bin \
    2.32 -	--libexecdir=/usr/bin --mandir=/usr/share/man \
    2.33 -	$CONFIGURE_ARGS &&
    2.34 +	./configure			\
    2.35 +		--prefix=/usr		\
    2.36 +		--bindir=/bin		\
    2.37 +		--libexecdir=/usr/bin	\
    2.38 +		--mandir=/usr/share/man	\
    2.39 +		$CONFIGURE_ARGS &&
    2.40  	make &&
    2.41  	make DESTDIR=$DESTDIR install
    2.42  }
    2.43 @@ -29,7 +33,8 @@
    2.44  genpkg_rules()
    2.45  {
    2.46  	mkdir -p $fs/usr
    2.47 -	cp -a $install/usr/lib $fs/usr
    2.48 -	cp -a $install/usr/bin $fs/usr
    2.49 -	cp -a $install/usr/share $fs/usr
    2.50 +
    2.51 +	cp -a $install/usr/lib		$fs/usr
    2.52 +	cp -a $install/usr/bin		$fs/usr
    2.53 +	cp -a $install/usr/share	$fs/usr
    2.54  }