linux-tools: update to 4.9.
This commit is contained in:
parent
f51d421155
commit
6b47952ad0
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'linux-tools'
|
||||
pkgname=linux-tools
|
||||
version=4.1
|
||||
revision=5
|
||||
version=4.9
|
||||
revision=1
|
||||
build_style=meta
|
||||
wrksrc="linux-${version}"
|
||||
short_desc="Linux kernel tools meta-pkg"
|
||||
hostmakedepends="flex perl asciidoc xmlto python automake libtool"
|
||||
makedepends="pciutils-devel python-devel libglib-devel libsysfs-devel
|
||||
elfutils-devel libunwind-devel binutils-devel zlib-devel slang-devel
|
||||
eudev-libudev-devel liblzma-devel"
|
||||
eudev-libudev-devel liblzma-devel libressl-devel"
|
||||
depends="cpupower-${version}_${revision} perf-${version}_${revision} usbip-${version}_${revision}"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.kernel.org"
|
||||
distfiles="http://ftp.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
|
||||
checksum=caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f
|
||||
checksum=029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a
|
||||
|
||||
subpackages="cpupower libcpupower libcpupower-devel libusbip libusbip-devel usbip perf freefall"
|
||||
|
||||
|
@ -48,7 +48,7 @@ do_build() {
|
|||
make ${makejobs}
|
||||
esac
|
||||
|
||||
cd ${wrksrc}/Documentation/laptops
|
||||
cd ${wrksrc}/tools/laptop/freefall
|
||||
$CC ${CFLAGS} ${LDFLAGS} -o freefall freefall.c
|
||||
|
||||
cd ${wrksrc}/tools/usb/usbip
|
||||
|
@ -69,7 +69,7 @@ do_install() {
|
|||
install install-man
|
||||
|
||||
# freefall
|
||||
vbin "${wrksrc}/Documentation/laptops/freefall"
|
||||
vbin "${wrksrc}/tools/laptop/freefall/freefall"
|
||||
|
||||
# perf
|
||||
cd ${wrksrc}/tools/perf
|
||||
|
|
Loading…
Reference in New Issue