diff options
author | James Meyer <james.meyer@operamail.com> | 2009-04-04 17:32:31 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-04-04 17:32:31 (GMT) |
commit | 60935da89353fb93aa4f9034865a59c4f4efd9a5 (patch) | |
tree | b9d37fd4ce631f807aa12fc2e3fd3fb02c75e954 /abs/extra-testing/powertop | |
parent | 6b0132976b6d27698ef75d78fb0079532194a61f (diff) | |
download | linhes_pkgbuild-60935da89353fb93aa4f9034865a59c4f4efd9a5.zip linhes_pkgbuild-60935da89353fb93aa4f9034865a59c4f4efd9a5.tar.gz linhes_pkgbuild-60935da89353fb93aa4f9034865a59c4f4efd9a5.tar.bz2 |
powertop: missed the pkgbuild on the last commit.
Diffstat (limited to 'abs/extra-testing/powertop')
-rw-r--r-- | abs/extra-testing/powertop/PKGBUILD | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/abs/extra-testing/powertop/PKGBUILD b/abs/extra-testing/powertop/PKGBUILD new file mode 100644 index 0000000..4d8c17b --- /dev/null +++ b/abs/extra-testing/powertop/PKGBUILD @@ -0,0 +1,20 @@ +# $Id: PKGBUILD,v 1.10 2008/06/19 08:52:53 pizzapunk Exp $ +# Maintainer: Alexander Fehr <pizzapunk gmail com> +# Contributor: Xilon <xilonmu@gmail.com> + +pkgname=powertop +pkgver=1.10 +pkgrel=1 +pkgdesc="Tool that finds the software that makes your laptop use more power than necessary" +arch=('i686' 'x86_64') +url="http://www.lesswatts.org/projects/powertop/" +license=('GPL2') +depends=('ncurses') +source=(http://www.lesswatts.org/projects/powertop/download/powertop-$pkgver.tar.gz) +md5sums=('e09f631f60d50299d8885193e6fd3756') + +build() { + cd $startdir/src/powertop-$pkgver + make || return 1 + make DESTDIR=$startdir/pkg install +} |