mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/linux-tools to 3.6-1
This commit is contained in:
parent
14d73c78e4
commit
9560651f41
3 changed files with 8 additions and 7 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
pkgbase=linux-tools
|
||||
pkgname=('perf' 'cpupower' 'usbip')
|
||||
pkgver=3.5
|
||||
pkgrel=5
|
||||
pkgver=3.6
|
||||
pkgrel=1
|
||||
license=('GPL2')
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.kernel.org'
|
||||
|
@ -31,9 +31,9 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz"
|
|||
'usbipd.conf'
|
||||
'usbipd.rc'
|
||||
'usbipd.service')
|
||||
md5sums=('24153eaaa81dedc9481ada8cd9c3b83d'
|
||||
'857ccdd0598511e3bf4b63522754dc48'
|
||||
'1d9214637968b91706b6e616a100d44b'
|
||||
md5sums=('1a1760420eac802c541a20ab51a093d1'
|
||||
'56883c159381ba89e50ab8ea65efec77'
|
||||
'5fc1fcda4cef93f16e752b1931db23e3'
|
||||
'c0d17b5295fe964623c772a2dd981771'
|
||||
'2450e8ff41b30eb58d43b5fffbfde1f4'
|
||||
'e8fac9c45a628015644b4150b139278a'
|
||||
|
@ -94,6 +94,7 @@ package_cpupower() {
|
|||
backup=('etc/conf.d/cpupower')
|
||||
depends=('bash' 'pciutils')
|
||||
conflicts=('cpufrequtils')
|
||||
replaces=('cpufrequtils')
|
||||
|
||||
pushd linux-$pkgver/tools/power/cpupower
|
||||
make \
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
#max_freq="3GHz"
|
||||
|
||||
# Specific frequency to be set.
|
||||
# Requires userspace governor to be available and loaded.
|
||||
# Requires userspace governor to be available.
|
||||
# Do not set governor field if you use this one.
|
||||
#freq=
|
||||
|
||||
# Utilizes cores in one processor package/socket first before processes are
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
. /etc/rc.conf
|
||||
. /etc/rc.d/functions
|
||||
. /etc/conf.d/${0##*/}
|
||||
|
||||
case "$1" in
|
||||
start|restart)
|
||||
|
|
Loading…
Reference in a new issue