diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2016-08-15 18:59:24 +0900 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2016-08-15 18:59:24 +0900 |
commit | 5b3c0030733cfaf6f1d337da8e10889d06bf02f4 (patch) | |
tree | 8a4eb64ede1b524519c4a5f8b468c82a039f77d2 /powertop/Pkgfile | |
parent | 84ad1f59d502e10fba868b6109c0831d105a2c61 (diff) | |
download | contrib-5b3c0030733cfaf6f1d337da8e10889d06bf02f4.tar.gz contrib-5b3c0030733cfaf6f1d337da8e10889d06bf02f4.tar.xz |
powertop: 2.7 -> 2.8
Diffstat (limited to 'powertop/Pkgfile')
-rw-r--r-- | powertop/Pkgfile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/powertop/Pkgfile b/powertop/Pkgfile index cca9cd8f0..ee40a437f 100644 --- a/powertop/Pkgfile +++ b/powertop/Pkgfile @@ -5,23 +5,15 @@ # Depends on: ncurses libnl name=powertop -version=2.7 +version=2.8 release=1 -source=( -https://01.org/sites/default/files/downloads/$name/$name-$version.tar.gz -$name-autotune.patch -) +source=(https://01.org/sites/default/files/downloads/$name/$name-$version.tar.gz) build() { cd $name-$version - # fix crash with --auto-tune: - # https://lists.01.org/pipermail/powertop/2014-December/001730.html - patch -p1 -i $SRC/$name-autotune.patch - ./configure \ --prefix=/usr \ - --mandir=/usr/man \ --disable-nls make make DESTDIR=$PKG install |