libpth: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:25:07 +00:00
parent 943b6cb664
commit def0f3b1b1
3 changed files with 0 additions and 39 deletions

View File

@ -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.25
lrwxrwxrwx root/root usr/lib/libpth.so.20 -> libpth.so.20.0.25
-rwxr-xr-x root/root usr/lib/libpth.so.20.0.25
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pth-config.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/pth.3.gz
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

View File

@ -1 +0,0 @@
75be42b032480ad2c532a55a28c1ec38 pth-2.0.5.tar.gz

View File

@ -1,19 +0,0 @@
# Description: GNU Portable Threads library
# URL: ftp://ftp.gnu.org/gnu/pth
# Maintainer:
# Packager: Daniel Mueller, daniel at danm dot de
name=libpth
version=2.0.5
source=(ftp://ftp.gnu.org/gnu/pth/pth-$version.tar.gz)
release=1
build()
{
cd pth-$version
./configure --prefix=/usr \
--enable-optimize
make
make test
make DESTDIR=$PKG install
}