linux-tools: update to 3.16.
This commit is contained in:
parent
4471c63d90
commit
fa9469e30b
|
@ -1,22 +1,26 @@
|
|||
# Template file for 'linux-tools'
|
||||
pkgname=linux-tools
|
||||
version=3.15
|
||||
revision=2
|
||||
version=3.16
|
||||
revision=1
|
||||
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 libudev-devel"
|
||||
elfutils-devel libunwind-devel binutils-devel zlib-devel slang-devel
|
||||
eudev-libudev-devel"
|
||||
depends="cpupower>=${version} perf>=${version} usbip>=${version}"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.kernel.org"
|
||||
distfiles="http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
|
||||
checksum=c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794
|
||||
checksum=4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0
|
||||
|
||||
subpackages="cpupower libcpupower libcpupower-devel libusbip libusbip-devel usbip perf"
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
makedepends+=" libnuma-devel"
|
||||
depends+=" x86_energy_perf_policy>=${version}"
|
||||
subpackages+=" x86_energy_perf_policy"
|
||||
fi
|
||||
|
||||
nocross=yes
|
||||
|
@ -147,15 +151,13 @@ perf_package() {
|
|||
}
|
||||
}
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
x86_energy_perf_policy_package() {
|
||||
short_desc="Read or write MSR_IA32_ENERGY_PERF_BIAS"
|
||||
pkg_install() {
|
||||
vmove usr/bin/x86_energy_perf_policy
|
||||
vmove usr/share/man/man8/x86_energy_perf_policy.8
|
||||
}
|
||||
x86_energy_perf_policy_package() {
|
||||
short_desc="Read or write MSR_IA32_ENERGY_PERF_BIAS"
|
||||
pkg_install() {
|
||||
vmove usr/bin/x86_energy_perf_policy
|
||||
vmove usr/share/man/man8/x86_energy_perf_policy.8
|
||||
}
|
||||
fi
|
||||
}
|
||||
|
||||
usbip_package() {
|
||||
short_desc="An USB device sharing system over IP network"
|
||||
|
|
Loading…
Reference in New Issue