]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
npth: New package
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Jul 2015 21:00:51 +0000 (23:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Jul 2015 21:00:51 +0000 (23:00 +0200)
Required for gnupg2 >= 2.1 which decided to invent yet
another threading library.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
npth/npth.nm [new file with mode: 0644]

diff --git a/npth/npth.nm b/npth/npth.nm
new file mode 100644 (file)
index 0000000..ac2d987
--- /dev/null
@@ -0,0 +1,41 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = npth
+version    = 1.2
+release    = 1
+
+url        = http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
+license    = LGPLv3+
+summary    = The New GNU Portable Threads library
+
+description
+       nPth is a non-preemptive threads implementation using an API very similar
+       to the one known from GNU Pth. It has been designed as a replacement of
+       GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is
+       based on the system's standard threads implementation. Thus nPth allows
+       the use of libraries which are not compatible to GNU Pth.
+end
+
+source_dl  = ftp://ftp.gnupg.org/gcrypt/npth/
+sources    = %{thisapp}.tar.bz2
+
+build
+       test
+               make check
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end