cpufrequtils: remove long_desc.

This commit is contained in:
Juan RP 2014-02-18 16:17:08 +01:00
parent f6085a52c3
commit e554dbe4e4

View file

@ -1,15 +1,13 @@
# Template file for 'cpufrequtils'
pkgname=cpufrequtils
version=008
revision=3
revision=4
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>"
distfiles="ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$version.tar.bz2"
checksum=1b9daa591d977679fb09ffb9b4d58afa94b9387f3c0be92ec077080e328130f1
long_desc="
Userspace tools for the Linux kernel cpufreq subsystem."
do_build() {
make V=1
@ -23,7 +21,7 @@ do_install() {
libcpufreq_package() {
short_desc="Library for the kernel cpufreq subsystem"
pkg_install() {
vmove "usr/lib/*.so*" usr/lib
vmove "usr/lib/*.so.*" usr/lib
}
}
@ -32,5 +30,6 @@ libcpufreq-devel_package() {
short_desc="libcpufreq - development tools"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
}
}