[Lunar-commits] <moonbase> pmtools: updated to 20110323
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Apr 2 20:39:35 CEST 2011
commit cc77817095c8082990c40e728405bc10adb59922
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Apr 2 20:39:35 2011 +0200
pmtools: updated to 20110323
---
utils/pmtools/BUILD | 10 +++++++---
utils/pmtools/DETAILS | 9 +++++----
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/utils/pmtools/BUILD b/utils/pmtools/BUILD
index e116212..1652eb8 100644
--- a/utils/pmtools/BUILD
+++ b/utils/pmtools/BUILD
@@ -2,14 +2,18 @@
sedit "s/acpixtract/acpixtract\ madt/" Makefile &&
sedit "s/^madt/all/" madt/Makefile &&
+ sedit "s/\ :/:/" turbostat/Makefile &&
+ sedit "s/^turbostat/all/" turbostat/Makefile &&
+ sedit "s/turbostat.c/turbostat.c\n\tcc -o turbostat turbostat.c\n/" turbostat/Makefile &&
make &&
prepare_install &&
-
+ make -C turbostat install &&
install -m755 acpidump/acpidump /usr/bin/ &&
- install -m755 madt/madt /usr/bin/ &&
+ install -m755 madt/madt /usr/bin/
# Renamed, to prevent conflict with /usr/bin/acpixtract from iasl module
- install -m755 acpixtract/acpixtract /usr/bin/acpixtract-$MODULE
+ # Do not install - this release is from year 2006 - in iasl module you have 2011 release
+ #install -m755 acpixtract/acpixtract /usr/bin/acpixtract-$MODULE
) > $C_FIFO 2>&1
diff --git a/utils/pmtools/DETAILS b/utils/pmtools/DETAILS
index edf53a4..c8f8519 100644
--- a/utils/pmtools/DETAILS
+++ b/utils/pmtools/DETAILS
@@ -1,11 +1,12 @@
MODULE=pmtools
- VERSION=20071116
+ VERSION=20110323
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$KERNEL_URL/pub/linux/kernel/people/lenb/acpi/utils
- SOURCE_VFY=sha1:8ecad7ae5ee9f78172ee5dcdccebf5e7bd1ceb22
- WEB_SITE=http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils/
+ SOURCE_VFY=sha1:420401926ffb09dc5b16a183acc9de5b1de6a9e8
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ WEB_SITE=http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/utils
ENTERED=20070622
- UPDATED=20090829
+ UPDATED=20110331
SHORT="power management test and investigation tools"
cat << EOF
More information about the Lunar-commits
mailing list