[Lunar-commits] r26074 - in moonbase/trunk/utils: . iasl
Jannis Pohlmann
jannis at lunar-linux.org
Thu Oct 4 14:53:52 CEST 2007
Author: jannis
Date: 2007-10-04 14:53:51 +0200 (Thu, 04 Oct 2007)
New Revision: 26074
Added:
moonbase/trunk/utils/iasl/
moonbase/trunk/utils/iasl/BUILD
moonbase/trunk/utils/iasl/DETAILS
Log:
Add the "Advanced Configuration & Power Interface Component
Architecture" from Intel. Required for VirtualBox.
Added: moonbase/trunk/utils/iasl/BUILD
===================================================================
--- moonbase/trunk/utils/iasl/BUILD (rev 0)
+++ moonbase/trunk/utils/iasl/BUILD 2007-10-04 12:53:51 UTC (rev 26074)
@@ -0,0 +1,9 @@
+(
+
+ cd compiler/ &&
+ make &&
+ prepare_install &&
+
+ install -m 755 iasl /usr/bin
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/utils/iasl/DETAILS
===================================================================
--- moonbase/trunk/utils/iasl/DETAILS (rev 0)
+++ moonbase/trunk/utils/iasl/DETAILS 2007-10-04 12:53:51 UTC (rev 26074)
@@ -0,0 +1,20 @@
+ MODULE=iasl
+ MODULE_LICENSE="other"
+ VERSION=20061109
+ SOURCE=acpica-unix-$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/acpica-unix-$VERSION/
+ SOURCE_URL=http://download.lunar-linux.org/lunar/mirrors/
+ WEB_SITE=http://www.intel.com/technology/iapc/acpi/
+ ENTERED=20071004
+ UPDATED=20071004
+ SHORT="Intel ACPI build environment"
+ PSAFE=no
+
+cat << EOF
+Advanced Configuration & Power Interface Component Architecture (ACPI
+CA) provides a reference implementation of software components that
+enable OS support for interfaces defined in the ACPI 1.0b
+specification. This includes: AML interpreter and debugger, Namespace
+Management, ACPI hardware support, and basic OSPM, including a device
+power management framework.
+EOF
More information about the Lunar-commits
mailing list