[arch-commits] Commit in linux-tools/trunk (PKGBUILD)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Tue Feb 5 15:15:05 UTC 2013
Date: Tuesday, February 5, 2013 @ 16:15:04
Author: seblu
Revision: 83834
upgpkg: linux-tools 3.7-7
- remove lguest on i686 only. Mixed i686/x86_64 pkg are not handled correctly
by communitypkg
- previsous version has never reach repository
Modified:
linux-tools/trunk/PKGBUILD
----------+
PKGBUILD | 23 ++---------------------
1 file changed, 2 insertions(+), 21 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-02-05 14:18:11 UTC (rev 83833)
+++ PKGBUILD 2013-02-05 15:15:04 UTC (rev 83834)
@@ -8,9 +8,8 @@
'cpupower'
'x86_energy_perf_policy'
'usbip')
-[[ $CARCH == i686 ]] && pkgname+=('lguest')
pkgver=3.7
-pkgrel=6
+pkgrel=7
license=('GPL2')
arch=('i686' 'x86_64')
url='http://www.kernel.org'
@@ -82,19 +81,12 @@
./configure --prefix=/usr
make
popd
-
- if [[ $CARCH == i686 ]]; then
- msg2 'Build lguest'
- pushd linux-$pkgver/tools/lguest
- make
- popd
- fi
}
package_linux-tools-meta() {
pkgdesc='Linux kernel tools meta package'
groups=()
- depends=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip' 'lguest')
+ depends=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip')
}
package_libtraceevent() {
@@ -170,15 +162,4 @@
install -Dm 644 usbipd.service "$pkgdir/usr/lib/systemd/system/usbipd.service"
}
-package_lguest() {
- pkgdesc='Linux kernel x86 virtualization hypervisor'
- depends=('glibc')
-
- cd linux-$pkgver
- install -Dm 755 tools/lguest/lguest "$pkgdir/usr/bin/lguest"
- install -dm 755 "$pkgdir/usr/share/doc/$pkgname/"
- install -m 644 tools/lguest/lguest.txt "$pkgdir/usr/share/doc/$pkgname/"
- install -m 644 drivers/lguest/README "$pkgdir/usr/share/doc/$pkgname/"
-}
-
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list