13 lines
296 B
Text
13 lines
296 B
Text
# Template file for 'libcpufreq'.
|
|
#
|
|
revision=1
|
|
short_desc="Library for the kernel cpufreq subsystem"
|
|
long_desc="
|
|
This library provide an unified method to access the CPUFreq kernel interface."
|
|
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
|
}
|