mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/linux-tools to 3.14-2
This commit is contained in:
parent
de9b86fe31
commit
45d48d73c4
1 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue