]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pth/pth.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / pth / pth.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = pth
7 version = 2.0.7
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.gnu.org/software/pth
12 license = GPLv3+
13 summary = GNU Pth - The GNU Portable Threads.
14
15 description
16 The Pth package contains a very portable POSIX/ANSI-C based library for \
17 Unix platforms which provides non-preemptive priority-based scheduling for \
18 multiple threads of execution (multithreading) inside event-driven \
19 applications.
20 end
21
22 source_dl =
23
24 build
25 requires
26 libtool
27 end
28
29 PARALLELISMFLAGS = # No parallel build
30
31 configure_options += \
32 --disable-static \
33 --mandir=/usr/share/man
34
35 test
36 make check
37 end
38 end
39
40 packages
41 package %{name}
42 end
43
44 package %{name}-devel
45 template DEVEL
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end