diff options
Diffstat (limited to 'extra/ekiga/Pkgfile')
-rwxr-xr-x | extra/ekiga/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/ekiga/Pkgfile b/extra/ekiga/Pkgfile deleted file mode 100755 index bc010852a..000000000 --- a/extra/ekiga/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: An open source VoIP and video conferencing application for GNOME -# URL: http://www.ekiga.org/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: esound, sdl, ptlib, opal, gtk, libgnomeui, libsigc++, dbus-glib, avahi, evolution-data-server, libnotify -# Run on: esound,sdl,ptlib,opal,gtk,libgnomeui,libsigc++,dbus-glib,avahi,evolution-data-server,libnotify - -name=ekiga -version=3.2.6 -release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/3.2/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./configure --prefix=$GNOME_PREFIX \ - --sysconfdir=/etc \ - --disable-ldap \ - --localstatedir=/var/lib - make - make DESTDIR=$PKG install -} - |