cpufrequtils: remove long_desc.
This commit is contained in:
parent
f6085a52c3
commit
e554dbe4e4
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue