void-packages/srcpkgs/cpufrequtils/template

22 lines
599 B
Text
Raw Normal View History

# Template file for 'cpufrequtils'
pkgname=cpufrequtils
2011-05-05 08:42:17 +00:00
version=008
2012-05-23 09:28:11 +00:00
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.bz2"
revision=2
2011-05-05 08:42:17 +00:00
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-05-05 08:42:17 +00:00
checksum=1b9daa591d977679fb09ffb9b4d58afa94b9387f3c0be92ec077080e328130f1
long_desc="
2011-05-05 08:42:17 +00:00
Userspace tools for the Linux kernel cpufreq subsystem."
subpackages="libcpufreq libcpufreq-devel"
2012-05-23 09:28:11 +00:00
do_build() {
2011-05-05 08:42:17 +00:00
make V=1
}
2012-05-23 09:28:11 +00:00
do_install() {
sed -i "s|/usr/bin/install|install|g" Makefile
2011-05-05 08:42:17 +00:00
make DESTDIR=${DESTDIR} mandir=/usr/share/man install
}