wok-stable rev 3168
Up: ekiga (3.2.4) + rm dep on libiconv
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 25 01:22:37 2009 +0200 (2009-05-25) |
parents | d82215fa8ce2 |
children | 15950b83bce6 |
files | ekiga/receipt |
line diff
1.1 --- a/ekiga/receipt Mon May 25 01:21:47 2009 +0200 1.2 +++ b/ekiga/receipt Mon May 25 01:22:37 2009 +0200 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ekiga" 1.7 -VERSION="3.0.0" 1.8 +VERSION="3.2.4" 1.9 CATEGORY="network" 1.10 SHORT_DESC="SIP and H.323 compatible VoIP telephony and video conferencing." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.ekiga.org/" 1.14 -WGET_URL="$WEB_SITE/admin/downloads/latest/sources/sources/$TARBALL" 1.15 -BUILD_DEPENDS="opal-dev opal ptlib-dev ptlib gtk+-dev intltool libsigc++ libsigc++-dev openssl-dev libSDL-dev libunixODBC" 1.16 -DEPENDS="opal ptlib cyrus-sasl openssl libSDL libiconv libunixODBC dbus \ 1.17 +WGET_URL="$WEB_SITE/admin/downloads/latest/sources/${PACKAGE}_${VERSION}/$TARBALL" 1.18 +BUILD_DEPENDS="opal-dev opal ptlib-dev ptlib gtk+-dev intltool libsigc++ \ 1.19 +libsigc++-dev openssl-dev libSDL-dev libunixODBC" 1.20 +DEPENDS="opal ptlib cyrus-sasl openssl libSDL libunixODBC dbus \ 1.21 dbus-glib expat gtk+ libsigc++ libxml2 xorg-libXdamage" 1.22 1.23 # Rules to configure and make the package. 1.24 @@ -20,12 +21,12 @@ 1.25 --libexecdir=/usr/bin --mandir=/usr/share/man \ 1.26 --disable-gnome --disable-gconf --disable-eds --disable-notify \ 1.27 --disable-xv --disable-avahi --disable-scrollkeeper --disable-gdu \ 1.28 + --disable-ldap \ 1.29 $CONFIGURE_ARGS && 1.30 make && 1.31 make DESTDIR=$PWD/_pkg install 1.32 } 1.33 1.34 - 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 @@ -38,4 +39,3 @@ 1.39 cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 1.40 cp -a $_pkg/usr/share/applications $fs/usr/share 1.41 } 1.42 -