]> git.ipfire.org Git - ipfire-3.x.git/blame - npth/npth.nm
kernel: Disable support for 6RD
[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
060df12b 8release = 2
8d4fa5c0
MT
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
060df12b 27 export LD_LIBRARY_PATH=$(pwd)/src/.libs
8d4fa5c0
MT
28 make check
29 end
30end
31
32packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42end