summaryrefslogtreecommitdiffstats
path: root/extra
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 /extra
parent4e23c22abbbe99a94038b63bd055a150ae1091e5 (diff)
downloadnutyx-pakxe-06910a77d7dcbc3bd0b8f9a9df753f9719df38a5.tar.gz
nutyx-pakxe-06910a77d7dcbc3bd0b8f9a9df753f9719df38a5.tar.bz2
nutyx-pakxe-06910a77d7dcbc3bd0b8f9a9df753f9719df38a5.tar.xz
nutyx-pakxe-06910a77d7dcbc3bd0b8f9a9df753f9719df38a5.zip
maj ptlib#2.6.5-1
Diffstat (limited to 'extra')
-rw-r--r--extra/ptlib/.md5sum1
-rw-r--r--extra/ptlib/Pkgfile22
2 files changed, 0 insertions, 23 deletions
diff --git a/extra/ptlib/.md5sum b/extra/ptlib/.md5sum
deleted file mode 100644
index d9ca00284..000000000
--- a/extra/ptlib/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-221ea2f96ff6bae9cf604d8766eae526 ptlib-2.4.4.tar.bz2
diff --git a/extra/ptlib/Pkgfile b/extra/ptlib/Pkgfile
deleted file mode 100644
index 3337401f8..000000000
--- a/extra/ptlib/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.4.4
-release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.4/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
- --sysconfdir=/etc/gnome/$GNOME_VERSION \
- --localstatedir=/var/lib \
- --mandir=$(pkg-config \
- --variable=prefix ORBit-2.0)/share/man \
- --disable-esd
- make
- make DESTDIR=$PKG install
-}