summaryrefslogtreecommitdiff
path: root/community/linux-tools
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-19 02:52:08 -0800
committerroot <root@rshg054.dnsready.net>2012-12-19 02:52:08 -0800
commit19f11e0c4bbeefd65f85546a361e18532b60416a (patch)
treea0d830d86c1d2bd0f47e3e86e31b62b781527a8f /community/linux-tools
parent7862d070a23260c281e227dabd498b99fa8a44a9 (diff)
Wed Dec 19 02:48:18 PST 2012
Diffstat (limited to 'community/linux-tools')
-rw-r--r--community/linux-tools/PKGBUILD23
1 files changed, 5 insertions, 18 deletions
diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD
index 7f5af2c58..47e98a72f 100644
--- a/community/linux-tools/PKGBUILD
+++ b/community/linux-tools/PKGBUILD
@@ -1,11 +1,10 @@
-# $Id: PKGBUILD 81261 2012-12-15 00:17:32Z seblu $
+# $Id: PKGBUILD 81357 2012-12-18 14:01:44Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
pkgbase=linux-tools
pkgname=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip')
-[[ $CARCH == i686 ]] && pkgname+=('lguest')
pkgver=3.7
-pkgrel=2
+pkgrel=3
license=('GPL2')
arch=('i686' 'x86_64')
url='http://www.kernel.org'
@@ -21,7 +20,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'
@@ -30,6 +29,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'
@@ -82,17 +82,11 @@ build() {
./configure --prefix=/usr
make
popd
-
- if [[ $CARCH == i686 ]]; then
- msg2 'Build lguest'
- pushd linux-$pkgver/tools/lguest
- make
- popd
- fi
}
package_libtraceevent() {
pkgdesc='Linux kernel trace event library'
+ depends=('glibc')
cd linux-$pkgver/tools/lib/traceevent
install -dm 755 "$pkgdir/usr/lib"
@@ -161,11 +155,4 @@ package_usbip() {
install -Dm 644 usbipd.service "$pkgdir/usr/lib/systemd/system/usbipd.service"
}
-package_lguest() {
- pkgdesc='The simple x86 hypervisor'
-
- cd linux-$pkgver/tools/lguest
- install -Dm 755 lguest "$pkgdir/usr/bin/lguest"
-}
-
# vim:set ts=2 sw=2 et: