summaryrefslogtreecommitdiff
path: root/packages/powertop/powertop_1.2.bb
blob: 2f9c7e44b06400138354ff6bbed5192ffd04aaab (plain)
1
2
3
4
5
6
7
8
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"

do_install() {
    oe_runmake install DESTDIR=${D}
}