summaryrefslogtreecommitdiffstats
path: root/gnome/ptlib/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-10 21:34:06 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-10 21:34:06 +0100
commit06910a77d7dcbc3bd0b8f9a9df753f9719df38a5 (patch)
treeff1aa610b35b4f175a249083dfe5629ffdc024e4 /gnome/ptlib/Pkgfile
parent4e23c22abbbe99a94038b63bd055a150ae1091e5 (diff)
downloadnutyx-extra-06910a77d7dcbc3bd0b8f9a9df753f9719df38a5.tar.gz
nutyx-extra-06910a77d7dcbc3bd0b8f9a9df753f9719df38a5.tar.bz2
nutyx-extra-06910a77d7dcbc3bd0b8f9a9df753f9719df38a5.tar.xz
nutyx-extra-06910a77d7dcbc3bd0b8f9a9df753f9719df38a5.zip
maj ptlib#2.6.5-1
Diffstat (limited to 'gnome/ptlib/Pkgfile')
-rw-r--r--gnome/ptlib/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnome/ptlib/Pkgfile b/gnome/ptlib/Pkgfile
new file mode 100644
index 000000000..43c81afd6
--- /dev/null
+++ b/gnome/ptlib/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=ptlib
+version=2.6.5
+release=1
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=$GNOME_PREFIX \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
+ --mandir=$GNOME_PREFIX/share/man \
+ --disable-esd
+ make
+ make DESTDIR=$PKG install
+}