From 626a43e39ec318b79186f56532d05e19d749b121 Mon Sep 17 00:00:00 2001 From: Alan Mizrahi Date: Sat, 24 Oct 2009 11:07:04 +0900 Subject: [PATCH] cpufrequtils: Updated version 0.4 -> 005 --- cpufrequtils/.footprint | 1 + cpufrequtils/.md5sum | 2 +- cpufrequtils/Pkgfile | 7 +++---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cpufrequtils/.footprint b/cpufrequtils/.footprint index f6563ca28..8af40c468 100644 --- a/cpufrequtils/.footprint +++ b/cpufrequtils/.footprint @@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/cpufreq.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libcpufreq.a -rwxr-xr-x root/root usr/lib/libcpufreq.la lrwxrwxrwx root/root usr/lib/libcpufreq.so -> libcpufreq.so.0.0.0 lrwxrwxrwx root/root usr/lib/libcpufreq.so.0 -> libcpufreq.so.0.0.0 diff --git a/cpufrequtils/.md5sum b/cpufrequtils/.md5sum index 023a1d9aa..a6871d0f0 100644 --- a/cpufrequtils/.md5sum +++ b/cpufrequtils/.md5sum @@ -1 +1 @@ -f0f9cecda44584c3ba28239568ef0a42 cpufrequtils-0.4.tar.bz2 +73a41589fe74b73fc530f4179f2c6142 cpufrequtils-005.tar.bz2 diff --git a/cpufrequtils/Pkgfile b/cpufrequtils/Pkgfile index 53c299580..02f6907f7 100644 --- a/cpufrequtils/Pkgfile +++ b/cpufrequtils/Pkgfile @@ -5,13 +5,12 @@ # Depends on: sysfsutils name=cpufrequtils -version=0.4 +version=005 release=1 source=(http://www.kernel.org/pub/linux/utils/kernel/cpufreq/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr --disable-nls - make - make DESTDIR=$PKG install + make NLS=false V=true + make NLS=false V=true DESTDIR=$PKG install }