contrib/powertop/Pkgfile

18 lines
471 B
Plaintext
Raw Normal View History

2008-11-15 21:44:47 +02:00
# Description: Finds the software component(s) that make your laptop use more power than necessary
2012-06-30 18:59:19 +03:00
# URL: https://01.org/powertop/
2008-11-15 21:44:47 +02:00
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
2012-06-30 18:59:19 +03:00
# Depends on: ncurses libnl
2008-11-15 21:44:47 +02:00
name=powertop
2012-06-11 18:28:55 +03:00
version=2.0
2008-11-15 21:44:47 +02:00
release=1
2012-06-11 18:28:55 +03:00
source=(https://01.org/powertop/sites/default/files/downloads/$name-$version.tar.bz2)
2008-11-15 21:44:47 +02:00
2012-06-11 18:28:55 +03:00
build() {
cd $name-$version
export LIBS="-lresolv"
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
2008-11-15 21:44:47 +02:00
}