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