linux-tools: update to 3.16.
This commit is contained in:
parent
4471c63d90
commit
fa9469e30b
1 changed files with 14 additions and 12 deletions
|
@ -1,22 +1,26 @@
|
||||||
# Template file for 'linux-tools'
|
# Template file for 'linux-tools'
|
||||||
pkgname=linux-tools
|
pkgname=linux-tools
|
||||||
version=3.15
|
version=3.16
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
short_desc="Linux kernel tools meta-pkg"
|
short_desc="Linux kernel tools meta-pkg"
|
||||||
hostmakedepends="flex perl asciidoc xmlto python automake libtool"
|
hostmakedepends="flex perl asciidoc xmlto python automake libtool"
|
||||||
makedepends="pciutils-devel python-devel libglib-devel libsysfs-devel
|
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}"
|
depends="cpupower>=${version} perf>=${version} usbip>=${version}"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
distfiles="http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz"
|
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
|
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
makedepends+=" libnuma-devel"
|
makedepends+=" libnuma-devel"
|
||||||
depends+=" x86_energy_perf_policy>=${version}"
|
depends+=" x86_energy_perf_policy>=${version}"
|
||||||
|
subpackages+=" x86_energy_perf_policy"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nocross=yes
|
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() {
|
||||||
x86_energy_perf_policy_package() {
|
|
||||||
short_desc="Read or write MSR_IA32_ENERGY_PERF_BIAS"
|
short_desc="Read or write MSR_IA32_ENERGY_PERF_BIAS"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/x86_energy_perf_policy
|
vmove usr/bin/x86_energy_perf_policy
|
||||||
vmove usr/share/man/man8/x86_energy_perf_policy.8
|
vmove usr/share/man/man8/x86_energy_perf_policy.8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fi
|
|
||||||
|
|
||||||
usbip_package() {
|
usbip_package() {
|
||||||
short_desc="An USB device sharing system over IP network"
|
short_desc="An USB device sharing system over IP network"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue