summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 17:12:33 +0100
committersibel <lesibel@free.fr>2011-03-03 17:12:33 +0100
commite386d365e85e13b9aca982d732351759d79863bd (patch)
treefac9683b37b8815df9ae420f7986d30d3220aec4 /extra
parentbcd1f11f7f95dca1e4ecd9c90ad85d9980bf3f63 (diff)
downloadnutyx-extra-e386d365e85e13b9aca982d732351759d79863bd.tar.gz
nutyx-extra-e386d365e85e13b9aca982d732351759d79863bd.tar.bz2
nutyx-extra-e386d365e85e13b9aca982d732351759d79863bd.tar.xz
nutyx-extra-e386d365e85e13b9aca982d732351759d79863bd.zip
pth déplacé dans base
Diffstat (limited to 'extra')
-rw-r--r--extra/pth/.footprint.i68619
-rw-r--r--extra/pth/.footprint.x86_6419
-rw-r--r--extra/pth/.md5sum.i6861
-rw-r--r--extra/pth/.md5sum.x86_641
-rwxr-xr-xextra/pth/Pkgfile24
5 files changed, 0 insertions, 64 deletions
diff --git a/extra/pth/.footprint.i686 b/extra/pth/.footprint.i686
deleted file mode 100644
index 796aee508..000000000
--- a/extra/pth/.footprint.i686
+++ /dev/null
@@ -1,19 +0,0 @@
-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/.footprint.x86_64 b/extra/pth/.footprint.x86_64
deleted file mode 100644
index 796aee508..000000000
--- a/extra/pth/.footprint.x86_64
+++ /dev/null
@@ -1,19 +0,0 @@
-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.i686 b/extra/pth/.md5sum.i686
deleted file mode 100644
index 1bc650b10..000000000
--- a/extra/pth/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-9cb4a25331a4c4db866a31cbe507c793 pth-2.0.7.tar.gz
diff --git a/extra/pth/.md5sum.x86_64 b/extra/pth/.md5sum.x86_64
deleted file mode 100644
index 1bc650b10..000000000
--- a/extra/pth/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-9cb4a25331a4c4db866a31cbe507c793 pth-2.0.7.tar.gz
diff --git a/extra/pth/Pkgfile b/extra/pth/Pkgfile
deleted file mode 100755
index d59df666e..000000000
--- a/extra/pth/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-}
-