23 lines
681 B
Plaintext
23 lines
681 B
Plaintext
|
# Template file for 'cpufrequtils'
|
||
|
pkgname=cpufrequtils
|
||
|
version=007
|
||
|
distfiles="${KERNEL_SITE}/utils/kernel/cpufreq/$pkgname-$version.tar.bz2"
|
||
|
build_style=gnu_makefile
|
||
|
make_build_args="V=1"
|
||
|
make_install_args="mandir=/usr/share/man"
|
||
|
short_desc="Userspace tools for the kernel cpufreq subsystem"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=8af517369ad8a8ac40a9e47abe2e1970a9249932ab336367aaf8f68cd979dbad
|
||
|
long_desc="
|
||
|
Userspace tools for the kernel cpufreq subsystem."
|
||
|
|
||
|
subpackages="libcpufreq libcpufreq-devel"
|
||
|
Add_dependency run glibc
|
||
|
Add_dependency run libcpufreq
|
||
|
Add_dependency build gettext
|
||
|
|
||
|
pre_install()
|
||
|
{
|
||
|
sed -i "s|/usr/bin/install|/bin/install|g" ${wrksrc}/Makefile
|
||
|
}
|