contrib/powertop/Pkgfile

18 lines
471 B
Plaintext
Raw Normal View History

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