wok diff opal/receipt @ rev 3289

Update Depends: wxWidgets and xorg-libXdamage
author Matthew Sheets <rcx@zoominternet.net>
date Wed Jun 03 11:07:10 2009 +0000 (2009-06-03)
parents 4482e0fab13a
children e8024c01fc47
line diff
     1.1 --- a/opal/receipt	Sat Mar 14 14:38:58 2009 +0000
     1.2 +++ b/opal/receipt	Wed Jun 03 11:07:10 2009 +0000
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="opal"
     1.7 -VERSION="3.4.1"
     1.8 +VERSION="3.6.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Open Phone Abstraction library."
    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="cyrus-sasl expat jpeg libSDL libiconv libogg libtheora libunixODBC \
    1.17 +WGET_URL="$WEB_SITE/admin/downloads/latest/sources/ekiga_3.2.4/$TARBALL"
    1.18 +DEPENDS="cyrus-sasl expat jpeg libSDL libogg libtheora libunixODBC \
    1.19  openssl ptlib tiff zlib"
    1.20  BUILD_DEPENDS="ptlib ptlib-dev"
    1.21  
    1.22 @@ -23,7 +23,6 @@
    1.23  	make DESTDIR=$PWD/_pkg install
    1.24  }
    1.25  
    1.26 -
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 @@ -31,4 +30,3 @@
    1.31  	cp -a $_pkg/usr/lib $fs/usr
    1.32  	rm -f $fs/usr/lib/*.a
    1.33  }
    1.34 -