23 lines
670 B
Text
23 lines
670 B
Text
# Template file for 'cpufrequtils'
|
|
pkgname=cpufrequtils
|
|
version=008
|
|
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.bz2"
|
|
revision=3
|
|
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
|
|
homepage="ftp://ftp.archlinux.org/other/cpufrequtils/"
|
|
license="GPL-2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=1b9daa591d977679fb09ffb9b4d58afa94b9387f3c0be92ec077080e328130f1
|
|
long_desc="
|
|
Userspace tools for the Linux kernel cpufreq subsystem."
|
|
|
|
subpackages="libcpufreq libcpufreq-devel"
|
|
|
|
do_build() {
|
|
make V=1
|
|
}
|
|
|
|
do_install() {
|
|
sed -i "s|/usr/bin/install|install|g" Makefile
|
|
make DESTDIR=${DESTDIR} mandir=/usr/share/man install
|
|
}
|