]> git.ipfire.org Git - ipfire-3.x.git/blob - npth/npth.nm
git: Update to 2.23.0
[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 = 2
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 export LD_LIBRARY_PATH=$(pwd)/src/.libs
28 make check
29 end
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end