]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/cpufrequtils/cpufrequtils.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / cpufrequtils / cpufrequtils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cpufrequtils
7 version = 008
8 release = 4
9
10 groups = Base Applications/System
11 url = http://htop.sourceforge.net/
12 license = GPLv2
13 summary = Command line tools to determine current CPUfreq settings and to modify them
14
15 description
16 Command line tools to determine current CPUfreq settings and to modify them
17 end
18
19 source_dl =
20
21 build
22 requires
23 gettext
24 libtool
25 sysfsutils
26 end
27
28 make_install_targets += mandir=/usr/share/man
29 end
30
31 packages
32 package %{name}
33 end
34
35 package %{name}-devel
36 template DEVEL
37 end
38 end