mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/linux-tools to 3.14-1
This commit is contained in:
parent
a146e62104
commit
6f992148e4
1 changed files with 8 additions and 7 deletions
|
@ -16,8 +16,8 @@ pkgname=(
|
|||
'tmon'
|
||||
'usbip'
|
||||
)
|
||||
pkgver=3.13
|
||||
pkgrel=2
|
||||
pkgver=3.14
|
||||
pkgrel=1
|
||||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.kernel.org'
|
||||
|
@ -35,7 +35,7 @@ makedepends+=('glib2' 'sysfsutils')
|
|||
makedepends+=('ncurses')
|
||||
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.3.xz"
|
||||
# "http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.3.xz"
|
||||
'cpupower.default'
|
||||
'cpupower.systemd'
|
||||
'cpupower.service'
|
||||
|
@ -43,7 +43,7 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz"
|
|||
'01-fix-perf-python.patch'
|
||||
'02-archlinux-paths.patch')
|
||||
# http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
|
||||
sha256sums=('4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2'
|
||||
sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
|
||||
'6d54f1dcd4d9441644a7ef4445f6633158e666fddaa6f06bb6656ab2ff4509d4'
|
||||
'4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f'
|
||||
'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e'
|
||||
|
@ -54,7 +54,7 @@ sha256sums=('4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2'
|
|||
|
||||
prepare() {
|
||||
cd linux-$pkgver
|
||||
patch -N -p1 -i "$srcdir/patch-$pkgver.3"
|
||||
#patch -N -p1 -i "$srcdir/patch-$pkgver.3"
|
||||
patch -N -p1 -i "$srcdir/01-fix-perf-python.patch"
|
||||
patch -N -p1 -i "$srcdir/02-archlinux-paths.patch"
|
||||
}
|
||||
|
@ -204,8 +204,9 @@ package_acpidump() {
|
|||
conflicts=('iasl')
|
||||
|
||||
cd linux-$pkgver/tools/power/acpi
|
||||
install -Dm755 acpidump "$pkgdir/usr/bin/acpidump"
|
||||
install -Dm644 acpidump.8 "$pkgdir/usr/share/man/man8/acpidump.8"
|
||||
make install sbindir=/usr/bin mandir=/usr/share/man DESTDIR="$pkgdir"
|
||||
#install -Dm755 acpidump "$pkgdir/usr/bin/acpidump"
|
||||
#install -Dm644 acpidump.8 "$pkgdir/usr/share/man/man8/acpidump.8"
|
||||
}
|
||||
|
||||
package_cgroup_event_listener() {
|
||||
|
|
Loading…
Reference in a new issue