community/linux-tools to 4.1-3

This commit is contained in:
Kevin Mihelich 2015-07-26 18:03:25 +00:00
parent 22a1be7ecd
commit 29a99a8bbc

View file

@ -16,7 +16,7 @@ pkgname=(
'usbip'
)
pkgver=4.1
pkgrel=1
pkgrel=3
license=('GPL2')
arch=('i686' 'x86_64')
url='http://www.kernel.org'
@ -25,7 +25,7 @@ options=('!strip')
# kernel source deps
makedepends=('asciidoc' 'xmlto')
# perf deps
makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'audit')
makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'numactl' 'audit' 'gtk2')
# cpupower deps
makedepends+=('pciutils')
# usbip deps
@ -135,6 +135,7 @@ package_perf() {
pkgdesc='Linux kernel performance auditing tool'
depends=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'binutils'
'audit')
optdepends=('gtk2: support GTK2 browser for perf report')
cd linux-$pkgver/tools/perf
make \
@ -143,7 +144,6 @@ package_perf() {
perfexecdir='lib/perf' \
PYTHON=python2 \
PYTHON_CONFIG=python2-config \
NO_GTK2=1 \
PERF_VERSION=$pkgver-$pkgrel \
install install-man
# move completion in new directory