diff --git a/srcpkgs/cpufrequtils/template b/srcpkgs/cpufrequtils/template index f76dede9c6..4f39f93dbe 100644 --- a/srcpkgs/cpufrequtils/template +++ b/srcpkgs/cpufrequtils/template @@ -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 " 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" } }