From 107e1434e6159b9942957189f5b233464cea5f2f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 24 Nov 2018 02:45:28 -0500 Subject: libnpth.0, libnpth-dev: New binary packages --- diff --git a/libnpth-dev.pkg/control b/libnpth-dev.pkg/control new file mode 100644 index 0000000..1c474d8 --- /dev/null +++ b/libnpth-dev.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Description: New GNU Portable Threads Library - development files + ${Common-Description} + . + This package provides development files for the New GNU Portable Threads + Library. diff --git a/libnpth-dev.pkg/files b/libnpth-dev.pkg/files new file mode 100644 index 0000000..e286e86 --- /dev/null +++ b/libnpth-dev.pkg/files @@ -0,0 +1,4 @@ +/usr/bin/npth-config +/usr/include/ +/usr/lib/*/libnpth.so +/usr/share/aclocal/ diff --git a/libnpth.0.pkg/control b/libnpth.0.pkg/control new file mode 100644 index 0000000..13fbcad --- /dev/null +++ b/libnpth.0.pkg/control @@ -0,0 +1,4 @@ +Architecture: any +Platform: all +Description: New GNU Portable Threads Library + ${Common-Description} diff --git a/libnpth.0.pkg/files b/libnpth.0.pkg/files new file mode 100644 index 0000000..92a9b43 --- /dev/null +++ b/libnpth.0.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libnpth.so.* diff --git a/substvars b/substvars new file mode 100644 index 0000000..bee1ec6 --- /dev/null +++ b/substvars @@ -0,0 +1,8 @@ +Common-Description: + nPth is a library to provide the GNU Pth API and thus a non-preemptive threads + implementation. + . + In contrast to GNU Pth it is based on the system's standard threads + implementation. This allows the use of libraries which are not compatible to + GNU Pth. Experience with a Windows Pth emulation showed that this is a solid + way to provide a co-routine based framework. -- cgit v0.9.1