wok rev 3166

Up: ptlib (2.6.2) + rm dep on libiconv
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 25 01:21:18 2009 +0200 (2009-05-25)
parents a7b619564b2b
children d82215fa8ce2
files ptlib-dev/receipt ptlib/receipt
line diff
     1.1 --- a/ptlib-dev/receipt	Mon May 25 01:12:33 2009 +0200
     1.2 +++ b/ptlib-dev/receipt	Mon May 25 01:21:18 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ptlib-dev"
     1.7 -VERSION="2.4.1"
     1.8 +VERSION="2.6.2"
     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 @@ -14,4 +14,3 @@
    1.13  	mkdir -p $fs/usr
    1.14  	cp -a $_pkg/usr/include $fs/usr
    1.15  }
    1.16 -
     2.1 --- a/ptlib/receipt	Mon May 25 01:12:33 2009 +0200
     2.2 +++ b/ptlib/receipt	Mon May 25 01:21:18 2009 +0200
     2.3 @@ -1,16 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ptlib"
     2.7 -VERSION="2.4.1"
     2.8 +VERSION="2.6.2"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Portable Tools Library for unix and windows."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14  WEB_SITE="http://www.ekiga.org/"
    2.15 -WGET_URL="$WEB_SITE/admin/downloads/latest/sources/sources/$TARBALL"
    2.16 -DEPENDS="alsa-lib cyrus-sasl expat libSDL libdv libiconv libraw1394 \
    2.17 +WGET_URL="$WEB_SITE/admin/downloads/latest/sources/ekiga_3.2.4/$TARBALL"
    2.18 +DEPENDS="alsa-lib cyrus-sasl expat libSDL libdv libraw1394 \
    2.19  libunixODBC openssl"
    2.20 -BUILD_DEPENDS="pkg-config bison"
    2.21 +BUILD_DEPENDS="pkg-config bison expat libSDL-dev libdv libdv-dev \
    2.22 +libraw1394 libraw1394-dev openssl-dev"
    2.23  
    2.24  # Rules to configure and make the package.
    2.25  compile_rules()
    2.26 @@ -23,7 +24,6 @@
    2.27  	make DESTDIR=$PWD/_pkg install
    2.28  }
    2.29  
    2.30 -
    2.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.32  genpkg_rules()
    2.33  {
    2.34 @@ -37,4 +37,3 @@
    2.35  		tazwok genpkg $i
    2.36  	done
    2.37  }
    2.38 -