npth: initial import

This commit is contained in:
Thomas Penteker 2014-11-06 19:47:34 +01:00
parent c275357d8d
commit 4e6916f776
3 changed files with 29 additions and 0 deletions

13
npth/.footprint Normal file
View File

@ -0,0 +1,13 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/npth-config
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/npth.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libnpth.la
lrwxrwxrwx root/root usr/lib/libnpth.so -> libnpth.so.0.0.4
lrwxrwxrwx root/root usr/lib/libnpth.so.0 -> libnpth.so.0.0.4
-rwxr-xr-x root/root usr/lib/libnpth.so.0.0.4
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/npth.m4

1
npth/.md5sum Normal file
View File

@ -0,0 +1 @@
aaffc8ef3e955ab50a1905809f268a23 npth-1.1.tar.bz2

15
npth/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: POSIX library for priority-based and scheduled multi threading
# URL: ftp://ftp.gnupg.org/gcrypt/npth/
# Maintainer: Thomas Penteker, tek at serverop dot de
name=npth
version=1.1
release=1
source=(ftp://ftp.gnupg.org/gcrypt/npth/npth-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}