void-packages/srcpkgs/cpufrequtils/template

43 lines
971 B
Text
Raw Normal View History

# Template file for 'cpufrequtils'
pkgname=cpufrequtils
2011-05-05 08:42:17 +00:00
version=008
2013-03-31 07:35:52 +00:00
revision=3
2011-05-05 08:42:17 +00:00
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
2013-03-31 07:35:52 +00:00
homepage="ftp://ftp.archlinux.org/other/cpufrequtils/"
license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.bz2"
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."
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
}
libcpufreq_package() {
short_desc="Library for the kernel cpufreq subsystem"
pkg_install() {
vmove "usr/lib/*.so*" usr/lib
}
}
libcpufreq-devel_package() {
depends="libcpufreq>=${version}"
short_desc="libcpufreq - development tools"
pkg_install() {
vmove usr/include
}
}
cpufrequtils_package() {
pkg_install() {
vmove usr
}
}