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