# 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 " 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 }