summaryrefslogtreecommitdiff
path: root/npth
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2014-11-06 19:47:34 +0100
committerThomas Penteker <tek@serverop.de>2014-11-06 19:47:34 +0100
commit4e6916f776428431dd5c9a3105e8b4620b7497e4 (patch)
treedec6eae4dc33d4dbd3a9ed045c3e7fb0a2476b0e /npth
parentc275357d8dfce4ed47b11ba9ba636e894230de72 (diff)
downloadopt-4e6916f776428431dd5c9a3105e8b4620b7497e4.tar.gz
opt-4e6916f776428431dd5c9a3105e8b4620b7497e4.tar.xz
npth: initial import
Diffstat (limited to 'npth')
-rw-r--r--npth/.footprint13
-rw-r--r--npth/.md5sum1
-rw-r--r--npth/Pkgfile15
3 files changed, 29 insertions, 0 deletions
diff --git a/npth/.footprint b/npth/.footprint
new file mode 100644
index 000000000..327f6977a
--- /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 000000000..c1250db3a
--- /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 000000000..c50d0fb6b
--- /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
+}

Generated by cgit