summaryrefslogtreecommitdiffstats
path: root/ekiga/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ekiga/Pkgfile')
-rwxr-xr-xekiga/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/ekiga/Pkgfile b/ekiga/Pkgfile
new file mode 100755
index 0000000..571ed99
--- /dev/null
+++ b/ekiga/Pkgfile
@@ -0,0 +1,22 @@
+# Description: An open source VoIP and video conferencing application for GNOME
+# URL: http://www.ekiga.org/
+# Maintainer: NuTyX GNOME 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.3.1
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-ldap \
+ --localstatedir=/var/lib
+ make
+ make DESTDIR=$PKG install
+}
+