summaryrefslogtreecommitdiffstats
path: root/ekiga/Pkgfile
blob: 571ed992523b7e0d22cb3a9819d27f8700a0c881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}