Added cpufrequtils-007 build template.

--HG--
extra : convert_revision : d2fc9512e2e2c55d1fb5b2f2d2b75438aec6c85d
This commit is contained in:
Juan RP
2010-04-13 21:50:33 +02:00
parent 3da79bbc10
commit e830dbcac3
7 changed files with 55 additions and 0 deletions

View File

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