14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
|
# 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
|
||
|
}
|