2010-04-13 21:50:33 +02:00
|
|
|
# Template file for 'libcpufreq-devel'.
|
|
|
|
#
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="glibc-devel libcpufreq"
|
2010-04-13 21:50:33 +02:00
|
|
|
short_desc="libcpufreq - development tools"
|
|
|
|
long_desc="
|
|
|
|
This package provides everything that is needed for developing own
|
|
|
|
programs using libcpufreq."
|
|
|
|
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/{lib,include} ${DESTDIR}/usr
|
|
|
|
}
|