diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-10 21:34:06 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-10 21:34:06 +0100 |
commit | 06910a77d7dcbc3bd0b8f9a9df753f9719df38a5 (patch) | |
tree | ff1aa610b35b4f175a249083dfe5629ffdc024e4 /extra/ptlib | |
parent | 4e23c22abbbe99a94038b63bd055a150ae1091e5 (diff) | |
download | nutyx-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 'extra/ptlib')
-rw-r--r-- | extra/ptlib/.md5sum | 1 | ||||
-rw-r--r-- | extra/ptlib/Pkgfile | 22 |
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 -} |