void-packages/srcpkgs/cpufrequtils/libcpufreq.template

16 lines
322 B
Text
Raw Normal View History

# 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."
revision=1
Add_dependency run glibc
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
}