]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - npth/npth.nm
util-linux: Update to 2.27
[people/amarx/ipfire-3.x.git] / npth / npth.nm
CommitLineData
8d4fa5c0
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = npth
7version = 1.2
8release = 1
9
10url = http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
11license = LGPLv3+
12summary = The New GNU Portable Threads library
13
14description
15 nPth is a non-preemptive threads implementation using an API very similar
16 to the one known from GNU Pth. It has been designed as a replacement of
17 GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is
18 based on the system's standard threads implementation. Thus nPth allows
19 the use of libraries which are not compatible to GNU Pth.
20end
21
22source_dl = ftp://ftp.gnupg.org/gcrypt/npth/
23sources = %{thisapp}.tar.bz2
24
25build
26 test
27 make check
28 end
29end
30
31packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end