summaryrefslogtreecommitdiff
path: root/community/powertop
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-30 03:59:31 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-30 03:59:31 +0000
commit4ac93228afaf8da847b4ec91aac9c43f3bef472c (patch)
treece7f90b40eb8db6ba57d4bfc5b2fbe4455dffdb4 /community/powertop
parent44209e62f1f8f0e9efe048846bb09e6eb51ea9f4 (diff)
Fri May 30 03:50:04 UTC 2014
Diffstat (limited to 'community/powertop')
-rw-r--r--community/powertop/PKGBUILD16
-rw-r--r--community/powertop/powertop.changelog3
2 files changed, 12 insertions, 7 deletions
diff --git a/community/powertop/PKGBUILD b/community/powertop/PKGBUILD
index 26c085dd4..2417d3af9 100644
--- a/community/powertop/PKGBUILD
+++ b/community/powertop/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 111619 2014-05-21 02:55:23Z thestinger $
+# $Id: PKGBUILD 112197 2014-05-29 18:58:09Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: Xilon <xilonmu@gmail.com>
pkgname=powertop
-pkgver=2.6
+pkgver=2.6.1
pkgrel=1
pkgdesc='A tool to diagnose issues with power consumption and power management'
arch=('i686' 'x86_64')
@@ -13,16 +13,18 @@ license=('GPL2')
depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
changelog=$pkgname.changelog
source=(https://01.org/sites/default/files/downloads/powertop/$pkgname-$pkgver.tar.gz)
-sha256sums=('3024c2b13c8f32cdac0b0ea9359eb5668dc9bd11776cf063481daa878533d1ee')
+sha256sums=('85122b092d7b025bcdd8fdeb8169efcf57de637875570cbfdefb4017a9febc29')
build() {
- cd $pkgname
- ./autogen.sh
+ cd "$srcdir/$pkgname-$pkgver"
+
+# ./autogen.sh
./configure --prefix=/usr --sbindir=/usr/bin
make
}
package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/powertop/powertop.changelog b/community/powertop/powertop.changelog
index 1abb36737..d52f4532b 100644
--- a/community/powertop/powertop.changelog
+++ b/community/powertop/powertop.changelog
@@ -1,3 +1,6 @@
+2014-05-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * powertop 2.6.1-1
+
2013-03-23 Evangelos Foutras <evangelos@foutrelis.com>
* powertop 2.3-1