summaryrefslogtreecommitdiffstats
path: root/extra/opal/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-11-07 21:56:34 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-11-07 21:56:34 +0100
commitbf6289127c509623f5dfc2ae7af6ad37ef6751aa (patch)
tree360809305b92e766744b7e8adae3a6927fdc4381 /extra/opal/Pkgfile
parent02e009a430e55a7ecd77a1ee5315b7e2f303f03a (diff)
parent60d8f8d65250565bd44a924602b5c45a74643bd7 (diff)
downloadnutyx-pakxe-bf6289127c509623f5dfc2ae7af6ad37ef6751aa.tar.gz
nutyx-pakxe-bf6289127c509623f5dfc2ae7af6ad37ef6751aa.tar.bz2
nutyx-pakxe-bf6289127c509623f5dfc2ae7af6ad37ef6751aa.tar.xz
nutyx-pakxe-bf6289127c509623f5dfc2ae7af6ad37ef6751aa.zip
Merge remote branch 'tnut-gnome/master'
Diffstat (limited to 'extra/opal/Pkgfile')
-rw-r--r--extra/opal/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/opal/Pkgfile b/extra/opal/Pkgfile
new file mode 100644
index 000000000..80695539e
--- /dev/null
+++ b/extra/opal/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Librairie pour ekiga
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=opal
+version=3.6.6
+release=1
+source=(http://www.ekiga.org/admin/downloads/latest/sources/ekiga_3.2.6/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr\
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --mandir=/usr/share/man \
+ --disable-esd
+ make
+ make DESTDIR=$PKG install
+}