summaryrefslogtreecommitdiffstats
path: root/extra/opal/Pkgfile
blob: e79ce7487426af8d24e2292a2bd8e4b5d4c40d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairie pour ekiga
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libtheora, x264, ffmpeg, ptlib

name=opal
version=3.6.6
release=1
source=(ftp://ftp.gnome.org/pub/gnome/sources/opal/3.6/$name-$version.tar.bz2)
        ftp://ftp.gnome.org/pub/gnome/sources/opal/3.6/opal-3.6.6.tar.bz2
build() {
	cd $name-$version
		./configure --prefix=/usr\
		--sysconfdir=/etc \
		--localstatedir=/var/lib \
		--mandir=/usr/share/man \
		--disable-esd
	make
	make DESTDIR=$PKG install
}