summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-10-01 15:16:25 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-10-01 15:16:25 +0000
commitd96b9e37ffb91fa67497f9fb6032e1da7f7dd81f (patch)
treea5fcbcae86a28e2c7bd209aac01fa989bb5dc059
parent9b52d247545fb19e6ef9813d376007e518b50e48 (diff)
downloadpoky-d96b9e37ffb91fa67497f9fb6032e1da7f7dd81f.tar.gz
powertop: Add latest stable release
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5371 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/powertop/powertop_1.10.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/powertop/powertop_1.10.bb b/meta/packages/powertop/powertop_1.10.bb
new file mode 100644
index 0000000000..4a429d68ba
--- /dev/null
+++ b/meta/packages/powertop/powertop_1.10.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power."
2HOMEPAGE = "http://www.linuxpowertop.org/"
3LICENSE = "GPLv2"
4DEPENDS = "virtual/libintl ncurses"
5
6SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz"
7
8CFLAGS += "${LDFLAGS}"
9
10do_configure() {
11 # We do not build ncurses with wide char support
12 sed -i -e "s/lncursesw/lncurses/" ${S}/Makefile
13}
14
15do_install() {
16 oe_runmake install DESTDIR=${D}
17}