diff options
-rw-r--r-- | libnpth-dev.pkg/control | 7 | ||||
-rw-r--r-- | libnpth-dev.pkg/files | 4 | ||||
-rw-r--r-- | libnpth.0.pkg/control | 4 | ||||
-rw-r--r-- | libnpth.0.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 8 |
5 files changed, 24 insertions, 0 deletions
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. |