From 8d4fa5c0f9f7aac867a9d93eb824a4183b3bf5f1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 15 Jul 2015 23:00:51 +0200 Subject: [PATCH] npth: New package Required for gnupg2 >= 2.1 which decided to invent yet another threading library. Signed-off-by: Michael Tremer --- npth/npth.nm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 npth/npth.nm diff --git a/npth/npth.nm b/npth/npth.nm new file mode 100644 index 000000000..ac2d987fb --- /dev/null +++ b/npth/npth.nm @@ -0,0 +1,41 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +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 -- 2.39.5