summaryrefslogtreecommitdiff
path: root/community/linux-tools
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-03 00:48:29 -0700
committerroot <root@rshg054.dnsready.net>2013-07-03 00:48:29 -0700
commit68e8645dcd1ce619af6d92f3645c43b15bc5ac71 (patch)
treefc71038e4bda87188130eebe5cee6d23bfda5472 /community/linux-tools
parent8917cf5e44af1562114fe0d243dcea7d187c8047 (diff)
Wed Jul 3 00:48:29 PDT 2013
Diffstat (limited to 'community/linux-tools')
-rw-r--r--community/linux-tools/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD
index a00653f90..d9bab088c 100644
--- a/community/linux-tools/PKGBUILD
+++ b/community/linux-tools/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 91654 2013-05-26 09:24:39Z bluewind $
+# $Id: PKGBUILD 93324 2013-07-01 22:56:17Z seblu $
# Maintainer: Sébastien Luttringer
pkgbase=linux-tools
@@ -8,8 +8,8 @@ pkgname=('linux-tools-meta'
'cpupower'
'x86_energy_perf_policy'
'usbip')
-pkgver=3.9
-pkgrel=3
+pkgver=3.10
+pkgrel=1
license=('GPL2')
arch=('i686' 'x86_64')
url='http://www.kernel.org'
@@ -31,19 +31,21 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz"
'cpupower.service'
'usbipd.service')
# http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
-sha256sums=('60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541'
+sha256sums=('df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544'
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f')
-build() {
+prepare() {
# apply stable patching set
- if (( NOEXTRACT == 0 )) && [[ -e "$srcdir"/patch-* ]]; then
+ if [[ -e "$srcdir"/patch-* ]]; then
msg2 'Applying stable patch set'
patch -N -p1 -i "$srcdir"/patch-*
fi
+}
+build() {
msg2 'Build libtraceevent'
pushd linux-$pkgver/tools/lib/traceevent
make