wok-6.x diff ptlib/receipt @ rev 3297
add PyQt-x11-gpl 4.5
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Fri Jun 05 19:45:08 2009 +0000 (2009-06-05) |
parents | d1aba649375c |
children | e8024c01fc47 |
line diff
1.1 --- a/ptlib/receipt Sat Mar 14 07:42:38 2009 +0000 1.2 +++ b/ptlib/receipt Fri Jun 05 19:45:08 2009 +0000 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ptlib" 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." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.ekiga.org/" 1.15 -WGET_URL="$WEB_SITE/admin/downloads/latest/sources/sources/$TARBALL" 1.16 -DEPENDS="alsa-lib cyrus-sasl expat libSDL libdv libiconv libraw1394 \ 1.17 +WGET_URL="$WEB_SITE/admin/downloads/latest/sources/ekiga_3.2.4/$TARBALL" 1.18 +DEPENDS="alsa-lib cyrus-sasl expat libSDL libdv libraw1394 \ 1.19 libunixODBC openssl" 1.20 -BUILD_DEPENDS="pkg-config bison" 1.21 +BUILD_DEPENDS="pkg-config bison expat libSDL-dev libdv libdv-dev \ 1.22 +libraw1394 libraw1394-dev openssl-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 @@ -23,7 +24,6 @@ 1.27 make DESTDIR=$PWD/_pkg install 1.28 } 1.29 1.30 - 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 genpkg_rules() 1.33 { 1.34 @@ -37,4 +37,3 @@ 1.35 tazwok genpkg $i 1.36 done 1.37 } 1.38 -