[Lunar-commits] <moonbase> iasl: updated to 20110316
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Apr 2 20:38:41 CEST 2011
commit e3623b03d88e1a613a1bb5bd9ee423f41ba15c37
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Apr 2 20:38:41 2011 +0200
iasl: updated to 20110316
---
utils/iasl/BUILD | 10 ++++------
utils/iasl/DETAILS | 10 +++++-----
2 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/utils/iasl/BUILD b/utils/iasl/BUILD
index 90c799d..2755c67 100644
--- a/utils/iasl/BUILD
+++ b/utils/iasl/BUILD
@@ -4,17 +4,15 @@
# move each executable out of the way before it is deleted by "make clean"!
mkdir exes &&
cd compiler && make && mv iasl ../exes/ && make clean &&
- cd ../tools/acpiexec && make && mv acpiexec ../../exes/ && make clean &&
- cd ../acpisrc && make && mv acpisrc ../../exes/ && make clean &&
+ cd ../tools/acpinames && make && mv acpinames ../../exes/ && make clean &&
+ cd ../acpisrc && make && mv acpisrc ../../exes/ && make clean &&
cd ../acpixtract && make && mv acpixtract ../../exes/ && make clean &&
+# cd ../acpiexec && make && mv acpiexec ../../exes/ && make clean &&
cd ../.. &&
prepare_install &&
- install -m 755 exes/iasl /usr/bin/ &&
- install -m 755 exes/acpisrc /usr/bin/ &&
- install -m 755 exes/acpixtract /usr/bin/ &&
- install -m 755 exes/acpiexec /usr/bin/ &&
+ install -m 755 exes/* /usr/bin/ &&
gather_docs changes.txt
diff --git a/utils/iasl/DETAILS b/utils/iasl/DETAILS
index b950606..c653f9e 100644
--- a/utils/iasl/DETAILS
+++ b/utils/iasl/DETAILS
@@ -1,13 +1,13 @@
MODULE=iasl
- VERSION=20100331
+ VERSION=20110316
SOURCE=acpica-unix-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/acpica-unix-$VERSION
- SOURCE_URL=http://www.acpica.org/download/
- SOURCE_VFY=sha1:29f9f394005924693f14013670ab9d91a40550fd
- WEB_SITE=http://www.acpica.org/
+ SOURCE_URL=http://www.acpica.org/download
+ SOURCE_VFY=sha1:4a2f8a76dfdb3098223526ddd239111474bc4590
+ WEB_SITE=http://www.acpica.org
LICENSE="other"
ENTERED=20071004
- UPDATED=20100418
+ UPDATED=20110331
SHORT="Intel ACPI build environment"
PSAFE=no
More information about the Lunar-commits
mailing list