# HG changeset patch # User Christophe Lincoln # Date 1243207357 -7200 # Node ID a57b930c270b926f5f89c5f99479106810722bc8 # Parent d82215fa8ce2ee8d00622956c70bc164a4f64b15 Up: ekiga (3.2.4) + rm dep on libiconv diff -r d82215fa8ce2 -r a57b930c270b ekiga/receipt --- a/ekiga/receipt Mon May 25 01:21:47 2009 +0200 +++ b/ekiga/receipt Mon May 25 01:22:37 2009 +0200 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="ekiga" -VERSION="3.0.0" +VERSION="3.2.4" CATEGORY="network" SHORT_DESC="SIP and H.323 compatible VoIP telephony and video conferencing." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ekiga.org/" -WGET_URL="$WEB_SITE/admin/downloads/latest/sources/sources/$TARBALL" -BUILD_DEPENDS="opal-dev opal ptlib-dev ptlib gtk+-dev intltool libsigc++ libsigc++-dev openssl-dev libSDL-dev libunixODBC" -DEPENDS="opal ptlib cyrus-sasl openssl libSDL libiconv libunixODBC dbus \ +WGET_URL="$WEB_SITE/admin/downloads/latest/sources/${PACKAGE}_${VERSION}/$TARBALL" +BUILD_DEPENDS="opal-dev opal ptlib-dev ptlib gtk+-dev intltool libsigc++ \ +libsigc++-dev openssl-dev libSDL-dev libunixODBC" +DEPENDS="opal ptlib cyrus-sasl openssl libSDL libunixODBC dbus \ dbus-glib expat gtk+ libsigc++ libxml2 xorg-libXdamage" # Rules to configure and make the package. @@ -20,12 +21,12 @@ --libexecdir=/usr/bin --mandir=/usr/share/man \ --disable-gnome --disable-gconf --disable-eds --disable-notify \ --disable-xv --disable-avahi --disable-scrollkeeper --disable-gdu \ + --disable-ldap \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { @@ -38,4 +39,3 @@ cp -a $_pkg/usr/share/dbus-1 $fs/usr/share cp -a $_pkg/usr/share/applications $fs/usr/share } -