powertop: update to 1.2
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 16 May 2007 15:35:22 +0000 (15:35 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 16 May 2007 15:35:22 +0000 (15:35 +0000)
packages/powertop/powertop_1.2.bb [moved from packages/powertop/powertop_1.0.bb with 52% similarity]

similarity index 52%
rename from packages/powertop/powertop_1.0.bb
rename to packages/powertop/powertop_1.2.bb
index a06397b..2f9c7e4 100644 (file)
@@ -1,17 +1,9 @@
 DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power."
+HOMEPAGE = "http://www.linuxpowertop.org/"
 LICENSE = "GPLv2"
 
 SRC_URI = "http://www.linuxpowertop.org/download/powertop-${PV}.tar.gz"
 
-S = "${WORKDIR}/${PN}"
-
-
-do_compile() {
-       ${CC} -Wall -W -O1 -g powertop.c config.c -o powertop
-}
-
 do_install() {
-        install -d ${D}${bindir}
-        install -m 755 powertop ${D}${bindir}
+    oe_runmake install DESTDIR=${D}
 }
-