void-packages/srcpkgs/cpufrequtils/template
2012-05-23 11:28:11 +02:00

22 lines
599 B
Plaintext

# Template file for 'cpufrequtils'
pkgname=cpufrequtils
version=008
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.bz2"
revision=2
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
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
}