mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/linux-tools to 3.7-3
This commit is contained in:
parent
7982bedf67
commit
2a6970c775
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
pkgbase=linux-tools
|
||||
pkgname=('libtraceevent' 'perf' 'cpupower' 'usbip')
|
||||
pkgver=3.7
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.kernel.org'
|
||||
|
@ -23,7 +23,7 @@ makedepends+=('pciutils')
|
|||
makedepends+=('glib2' 'sysfsutils')
|
||||
groups=("$pkgbase")
|
||||
source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz"
|
||||
# "http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.4.xz"
|
||||
"http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.1.xz"
|
||||
'cpupower.conf'
|
||||
'cpupower.rc'
|
||||
'cpupower.systemd'
|
||||
|
@ -32,6 +32,7 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz"
|
|||
'usbipd.rc'
|
||||
'usbipd.service')
|
||||
md5sums=('21223369d682bcf44bcdfe1521095983'
|
||||
'48f5f530b048e387e978e3e49de7742a'
|
||||
'56883c159381ba89e50ab8ea65efec77'
|
||||
'5fc1fcda4cef93f16e752b1931db23e3'
|
||||
'c0d17b5295fe964623c772a2dd981771'
|
||||
|
@ -83,6 +84,7 @@ build() {
|
|||
|
||||
package_libtraceevent() {
|
||||
pkgdesc='Linux kernel trace event library'
|
||||
depends=('glibc')
|
||||
|
||||
cd linux-$pkgver/tools/lib/traceevent
|
||||
install -dm 755 "$pkgdir/usr/lib"
|
||||
|
|
Loading…
Reference in a new issue