]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pth/pth.nm
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / pth / pth.nm
CommitLineData
8b63a194 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
8b63a194 4###############################################################################
5
802ea3af
MT
6name = pth
7version = 2.0.7
8release = 1
8b63a194 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gnu.org/software/pth
12license = GPLv3+
13summary = GNU Pth - The GNU Portable Threads.
8b63a194 14
802ea3af 15description
8b63a194 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.
802ea3af
MT
20end
21
22source_dl =
23
24build
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
38end
39
40packages
41 package %{name}
42 end
43
44 package %{name}-devel
45 template DEVEL
46 end
47end