summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-07-22 02:42:36 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-07-22 02:42:36 -0300
commit5ea6bd4adb27568407f942c7b4dfcc6013a72a39 (patch)
tree37b30e8ec400ae29d5830d8a8e472babcdb5878c /libre/linux-libre-tools
parent00e55470ec5b9f35f1f5dcf79e1481ed1ed0b711 (diff)
linux-libre-tools-3.5-1: updating version
Diffstat (limited to 'libre/linux-libre-tools')
-rw-r--r--libre/linux-libre-tools/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD
index def346093..1c3e94361 100644
--- a/libre/linux-libre-tools/PKGBUILD
+++ b/libre/linux-libre-tools/PKGBUILD
@@ -5,11 +5,11 @@
pkgbase=linux-libre-tools
_pkgname=('perf' 'cpupower' 'x86_energy_perf_policy')
pkgname=('perf-libre' 'cpupower-libre' 'x86_energy_perf_policy-libre')
-_basekernel=3.4
+_basekernel=3.5
#_sublevel=1
#pkgver=${_basekernel}.${_sublevel}
pkgver=${_basekernel}
-pkgrel=3
+pkgrel=1
license=('GPL2')
arch=('i686' 'x86_64' 'mips64el')
url='http://linux-libre.fsfla.org/'
@@ -37,8 +37,9 @@ build() {
msg2 'Build perf'
pushd linux-$pkgver/tools/perf
make \
+ WERROR=0 \
DESTDIR="$pkgdir/usr" \
- perfexecdir="lib/$_pkgname" \
+ perfexecdir='lib/perf' \
PYTHON=python2 \
NO_GTK2=1 \
PERF_VERSION=$pkgver-$pkgrel \
@@ -67,8 +68,9 @@ package_perf-libre() {
cd linux-$pkgver/tools/perf
make \
+ WERROR=0 \
DESTDIR="$pkgdir/usr" \
- perfexecdir="lib/$_pkgname" \
+ perfexecdir='lib/perf' \
PYTHON=python2 \
NO_GTK2=1 \
PERF_VERSION=$pkgver-$pkgrel \