summaryrefslogtreecommitdiffstats
path: root/pth
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /pth
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'pth')
-rw-r--r--pth/.footprint.i68619
-rw-r--r--pth/.footprint.x86_6419
-rw-r--r--pth/.md5sum.i6861
-rw-r--r--pth/.md5sum.x86_641
-rwxr-xr-xpth/Pkgfile24
5 files changed, 64 insertions, 0 deletions
diff --git a/pth/.footprint.i686 b/pth/.footprint.i686
new file mode 100644
index 000000000..796aee508
--- /dev/null
+++ b/pth/.footprint.i686
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/pth-config
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/pth.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libpth.a
+-rwxr-xr-x root/root usr/lib/libpth.la
+lrwxrwxrwx root/root usr/lib/libpth.so -> libpth.so.20.0.27
+lrwxrwxrwx root/root usr/lib/libpth.so.20 -> libpth.so.20.0.27
+-rwxr-xr-x root/root usr/lib/libpth.so.20.0.27
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/pth.m4
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/pth-config.1.gz
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/pth.3.gz
diff --git a/pth/.footprint.x86_64 b/pth/.footprint.x86_64
new file mode 100644
index 000000000..796aee508
--- /dev/null
+++ b/pth/.footprint.x86_64
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/pth-config
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/pth.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libpth.a
+-rwxr-xr-x root/root usr/lib/libpth.la
+lrwxrwxrwx root/root usr/lib/libpth.so -> libpth.so.20.0.27
+lrwxrwxrwx root/root usr/lib/libpth.so.20 -> libpth.so.20.0.27
+-rwxr-xr-x root/root usr/lib/libpth.so.20.0.27
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/pth.m4
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/pth-config.1.gz
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/pth.3.gz
diff --git a/pth/.md5sum.i686 b/pth/.md5sum.i686
new file mode 100644
index 000000000..1bc650b10
--- /dev/null
+++ b/pth/.md5sum.i686
@@ -0,0 +1 @@
+9cb4a25331a4c4db866a31cbe507c793 pth-2.0.7.tar.gz
diff --git a/pth/.md5sum.x86_64 b/pth/.md5sum.x86_64
new file mode 100644
index 000000000..1bc650b10
--- /dev/null
+++ b/pth/.md5sum.x86_64
@@ -0,0 +1 @@
+9cb4a25331a4c4db866a31cbe507c793 pth-2.0.7.tar.gz
diff --git a/pth/Pkgfile b/pth/Pkgfile
new file mode 100755
index 000000000..d59df666e
--- /dev/null
+++ b/pth/Pkgfile
@@ -0,0 +1,24 @@
+# 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:
+# Run on:
+
+name=pth
+version=2.0.7
+release=3
+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
+
+ unset MAKEFLAGS
+ make
+ make DESTDIR=$PKG install
+}
+