Updated 95% pkgs to the new shlibs world order, not yet finished.

This commit is contained in:
Juan RP
2011-11-14 18:12:47 +01:00
parent abc9819a60
commit 25b70bd9c1
1225 changed files with 7177 additions and 4752 deletions

View File

@@ -0,0 +1,2 @@
libcpufreq.so.0
libc.so.6

View File

@@ -0,0 +1 @@
libc.so.6

View File

@@ -1,10 +1,10 @@
# 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."
Add_dependency run glibc
do_install()
{

View File

@@ -2,6 +2,7 @@
pkgname=cpufrequtils
version=008
distfiles="${KERNEL_SITE}/utils/kernel/cpufreq/$pkgname-$version.tar.bz2"
revision=1
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1b9daa591d977679fb09ffb9b4d58afa94b9387f3c0be92ec077080e328130f1
@@ -9,8 +10,6 @@ long_desc="
Userspace tools for the Linux kernel cpufreq subsystem."
subpackages="libcpufreq libcpufreq-devel"
Add_dependency run glibc
Add_dependency run libcpufreq
Add_dependency build gettext
do_build()