]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - powertop/powertop.nm
openssl: Fix some unreliable lines in the makefile.
[people/ms/ipfire-3.x.git] / powertop / powertop.nm
CommitLineData
b3baa5b3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
b3baa5b3
MT
4###############################################################################
5
802ea3af 6name = powertop
d07674cb 7version = 1.98
802ea3af 8release = 1
b3baa5b3 9
802ea3af
MT
10groups = Applications/System
11url = http://www.lesswatts.org/
12license = GPLv2
13summary = Power consumption monitor.
b3baa5b3 14
802ea3af
MT
15description
16 PowerTOP is a tool that finds the software component(s) that make your
17 computer use more power than necessary while it is idle.
18end
b3baa5b3 19
d07674cb 20source_dl = http://www.kernel.org/pub/linux/status/powertop/
b3baa5b3 21
802ea3af
MT
22build
23 requires
d07674cb 24 gcc-c++
802ea3af 25 gettext
d07674cb 26 libnl-devel
802ea3af 27 ncurses-devel
d07674cb
MT
28 pciutils-devel
29 zlib-devel
802ea3af
MT
30 end
31end
b3baa5b3 32
802ea3af
MT
33packages
34 package %{name}
1f9bc2f0
MT
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
802ea3af 39end