commit 4e6916f776428431dd5c9a3105e8b4620b7497e4 Author: Thomas Penteker <tek@serverop.de> Date: Thu Nov 6 19:47:34 2014 +0100 npth: initial import diff --git a/npth/.footprint b/npth/.footprint new file mode 100644 index 0000000..327f697 --- /dev/null +++ b/npth/.footprint @@ -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 diff --git a/npth/.md5sum b/npth/.md5sum new file mode 100644 index 0000000..c1250db --- /dev/null +++ b/npth/.md5sum @@ -0,0 +1 @@ +aaffc8ef3e955ab50a1905809f268a23 npth-1.1.tar.bz2 diff --git a/npth/Pkgfile b/npth/Pkgfile new file mode 100644 index 0000000..c50d0fb --- /dev/null +++ b/npth/Pkgfile @@ -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 +}