community/linux-tools to 3.14-2

This commit is contained in:
Kevin Mihelich 2014-04-17 22:30:26 +00:00
parent de9b86fe31
commit 45d48d73c4

View file

@ -17,7 +17,7 @@ pkgname=(
'usbip'
)
pkgver=3.14
pkgrel=1
pkgrel=2
license=('GPL2')
arch=('i686' 'x86_64')
url='http://www.kernel.org'
@ -26,7 +26,7 @@ options=('!strip')
# kernel source deps
makedepends=('asciidoc' 'xmlto')
# perf deps
makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind')
makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind')
# cpupower deps
makedepends+=('pciutils')
# usbip deps
@ -136,7 +136,7 @@ package_libtraceevent() {
package_perf() {
pkgdesc='Linux kernel performance auditing tool'
depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils')
depends=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'binutils')
cd linux-$pkgver/tools/perf
make \