contrib/powertop/Pkgfile
2014-02-03 10:43:46 +02:00

18 lines
470 B
Plaintext

# Description: Finds the software component(s) that make your laptop use more power than necessary
# URL: https://01.org/powertop/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Depends on: ncurses libnl
name=powertop
version=2.5
release=1
source=(https://01.org/powertop/sites/default/files/downloads/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}