From 4402fe56df9a1d892dc496fca23121f288a67cfa Mon Sep 17 00:00:00 2001 From: Thierry N Date: Wed, 12 Aug 2009 20:36:48 +0200 Subject: Ajout pth#2.0.7-1 --- extra/pth/.footprint | 19 +++++++++++++++++++ extra/pth/.md5sum | 1 + extra/pth/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 extra/pth/.footprint create mode 100644 extra/pth/.md5sum create mode 100755 extra/pth/Pkgfile (limited to 'extra/pth') diff --git a/extra/pth/.footprint b/extra/pth/.footprint new file mode 100644 index 000000000..796aee508 --- /dev/null +++ b/extra/pth/.footprint @@ -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/extra/pth/.md5sum b/extra/pth/.md5sum new file mode 100644 index 000000000..1bc650b10 --- /dev/null +++ b/extra/pth/.md5sum @@ -0,0 +1 @@ +9cb4a25331a4c4db866a31cbe507c793 pth-2.0.7.tar.gz 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 +} -- cgit v1.2.3-70-g09d2