# Description: finds the software component(s) that make your laptop use more power than necessary # URL: http://www.linuxpowertop.org # Maintainer: Brett Goulder, predatorfreak at dcaf-security dot org. # Depends on: name=powertop version=1.8 release=2 source=(http://www.linuxpowertop.org/download/$name-$version.tar.gz) build() { cd $name-$version make make DESTDIR=$PKG install mv $PKG/usr/share/man $PKG/usr/man }