]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - npth/npth.nm
bison: Update to 3.0.4.
[people/amarx/ipfire-3.x.git] / npth / npth.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = npth
7 version = 1.2
8 release = 1
9
10 url = http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git
11 license = LGPLv3+
12 summary = The New GNU Portable Threads library
13
14 description
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.
20 end
21
22 source_dl = ftp://ftp.gnupg.org/gcrypt/npth/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 test
27 make check
28 end
29 end
30
31 packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end