libcpufreq: move so symlink into main pkg.

--HG--
extra : convert_revision : 4fefb77f5342e04d74121e306d130311cd57fa30
This commit is contained in:
Juan RP 2010-04-23 16:02:59 +02:00
parent 94ec4c33c5
commit 763275d2d7
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,8 @@ long_desc="
This package provides everything that is needed for developing own
programs using libcpufreq."
revision=1
Add_dependency run glibc-devel
Add_dependency run libcpufreq

View File

@ -4,10 +4,12 @@ short_desc="Library for the kernel cpufreq subsystem"
long_desc="
This library provide an unified method to access the CPUFreq kernel interface."
revision=1
Add_dependency run glibc
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so.* ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
}