diff options
author | fredjo <frederic.joly@9online.fr> | 2009-11-04 14:19:24 +0100 |
---|---|---|
committer | fredjo <frederic.joly@9online.fr> | 2009-11-04 14:19:24 +0100 |
commit | f905a9464d84c28bcd47b7a7b554e9647fc0d19c (patch) | |
tree | 3dbffaa723648ccf40979d98e65bced571b6ffac /extra/ekiga/Pkgfile | |
parent | 908253ffd7005084afa62624306ab77cf63349a1 (diff) | |
download | nutyx-pakxe-f905a9464d84c28bcd47b7a7b554e9647fc0d19c.tar.gz nutyx-pakxe-f905a9464d84c28bcd47b7a7b554e9647fc0d19c.tar.bz2 nutyx-pakxe-f905a9464d84c28bcd47b7a7b554e9647fc0d19c.tar.xz nutyx-pakxe-f905a9464d84c28bcd47b7a7b554e9647fc0d19c.zip |
Modification des dependances et deplacement vers le repertoire extra
Diffstat (limited to 'extra/ekiga/Pkgfile')
-rwxr-xr-x | extra/ekiga/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/ekiga/Pkgfile b/extra/ekiga/Pkgfile new file mode 100755 index 000000000..cf14e1f71 --- /dev/null +++ b/extra/ekiga/Pkgfile @@ -0,0 +1,21 @@ +# Description: An open source VoIP and video conferencing application for GNOME +# URL: http://www.ekiga.org/ +# Maintainer: Matt Housh, jaeger at morpheus dot net +# Depends on: esound, sdl, gnome-doc-utils, ptlib, opal, gtk, libgnomeui, libsigc++, dbus-glib, avahi, evolution-data-server, libnotify +# Group: gnome/desktop + +name=ekiga +version=3.1.2 +release=1 +source=(http://ftp.acc.umu.se/pub/gnome/sources/ekiga/3.1/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/man \ + --sysconfdir=/etc \ + --disable-ldap \ + --localstatedir=/var/lib + make + make DESTDIR=$PKG install +} |