summaryrefslogtreecommitdiffstats
path: root/extra/pth/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:36:48 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:36:48 +0200
commit4402fe56df9a1d892dc496fca23121f288a67cfa (patch)
tree7617f0a730ae604889ed87b480bfe610b783e814 /extra/pth/Pkgfile
parent03c1e1fd4ff6c61ebc1dfc99617de3e7be233afc (diff)
downloadnutyx-pakxe-4402fe56df9a1d892dc496fca23121f288a67cfa.tar.gz
nutyx-pakxe-4402fe56df9a1d892dc496fca23121f288a67cfa.tar.bz2
nutyx-pakxe-4402fe56df9a1d892dc496fca23121f288a67cfa.tar.xz
nutyx-pakxe-4402fe56df9a1d892dc496fca23121f288a67cfa.zip
Ajout pth#2.0.7-1
Diffstat (limited to 'extra/pth/Pkgfile')
-rwxr-xr-xextra/pth/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/pth/Pkgfile b/extra/pth/Pkgfile
new file mode 100755
index 000000000..d9475b022
--- /dev/null
+++ b/extra/pth/Pkgfile
@@ -0,0 +1,21 @@
+# $Id:$
+# Description: contains a very portable POSIX/ANSI-C based library for Unix platforms
+# URL: http://ftp.gnu.org/gun/pth
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=pth
+version=2.0.7
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
+
+build() {
+ # build package
+ cd $name-$version
+ ./configure --prefix=/usr\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}