mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/linux-tools to 4.3-1
This commit is contained in:
parent
da36f3cf84
commit
1ad9af5b89
1 changed files with 13 additions and 17 deletions
|
@ -4,6 +4,7 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed x86_energy_perf_policy and turbostat build/package, uses x86 asm
|
||||
# - removed numactl dep
|
||||
# - use tarball source
|
||||
|
||||
pkgbase=linux-tools
|
||||
pkgname=(
|
||||
|
@ -15,15 +16,16 @@ pkgname=(
|
|||
'tmon'
|
||||
'usbip'
|
||||
)
|
||||
pkgver=4.2
|
||||
pkgrel=2
|
||||
pkgver=4.3
|
||||
pkgrel=1
|
||||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.kernel.org'
|
||||
options=('!strip')
|
||||
makedepends=('git')
|
||||
# split packages need all package dependencies set manually in makedepends
|
||||
# kernel source deps
|
||||
makedepends=('asciidoc' 'xmlto')
|
||||
makedepends+=('asciidoc' 'xmlto')
|
||||
# perf deps
|
||||
makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'libunwind' 'audit' 'gtk2')
|
||||
# cpupower deps
|
||||
|
@ -33,25 +35,20 @@ makedepends+=('glib2' 'sysfsutils' 'udev')
|
|||
# tmon deps
|
||||
makedepends+=('ncurses')
|
||||
groups=("$pkgbase")
|
||||
validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
|
||||
'647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman
|
||||
source=("http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-$pkgver.tar"{.xz,.sign}
|
||||
#"http://ftp.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/patch-$pkgver.3"{.xz,.sign}
|
||||
source=("https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz"
|
||||
'cpupower.default'
|
||||
'cpupower.systemd'
|
||||
'cpupower.service'
|
||||
'usbipd.service'
|
||||
'02-archlinux-paths.patch'
|
||||
'04-fix-usip-h-path.patch')
|
||||
# http://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
|
||||
sha256sums=('cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb'
|
||||
'SKIP'
|
||||
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
|
||||
'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
|
||||
'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc'
|
||||
'2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f'
|
||||
'91f7d91d4270f207102c469c575dd176c3be7897d78d26057d047db164eaf9ca'
|
||||
'e5543d8d6d3fbc7f8d9d25c428a882737d2e0169455f70cbc3f73076ff33dd5d')
|
||||
md5sums=('SKIP'
|
||||
'56883c159381ba89e50ab8ea65efec77'
|
||||
'7e0710c2f31c1eb1e1417a7972e676b1'
|
||||
'2450e8ff41b30eb58d43b5fffbfde1f4'
|
||||
'bb35634f480325a78b943f7e10165e86'
|
||||
'1bc4f8c7a21a30e1a873d07e69fb698b'
|
||||
'a73ea3ea6d9c9ecb1cc910871eead3ff')
|
||||
|
||||
prepare() {
|
||||
local _patch
|
||||
|
@ -76,7 +73,6 @@ build() {
|
|||
perfexecdir='lib/perf' \
|
||||
PYTHON=python2 \
|
||||
PYTHON_CONFIG=python2-config \
|
||||
NO_GTK2=1 \
|
||||
PERF_VERSION=$pkgver-$pkgrel \
|
||||
all man
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue