]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libcgroup/libcgroup.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / libcgroup / libcgroup.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libcgroup
7 version = 0.35.1
8 release = 2
9
10 groups = Development/Libraries
11 url = http://libcg.sourceforge.net/
12 license = LGPLv2+
13 summary = Tools and libraries to control and monitor control groups.
14
15 description
16 Control groups infrastructure. The tools and library help manipulate, \
17 control, administrate and monitor control groups and the associated \
18 controllers.
19 end
20
21 source_dl =
22 sources = %{thisapp}.tar.bz2
23
24 build
25 requires
26 bison
27 gcc-c++
28 flex
29 end
30
31 configure_options += \
32 --disable-pam \
33 --disable-tools \
34 --disable-daemon
35
36 # The testsuite is disabled because it does not
37 # run very smoothly in PBS.
38
39 install_cmds
40 rm -rf %{BUILDROOT}/etc
41 end
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-devel
48 template DEVEL
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end