From d78012c98c13567e594b06baf83140b538ab3443 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 15 May 2007 21:51:52 +0200 Subject: [PATCH] iasl: Initial commit. --- iasl/.footprint | 3 +++ iasl/.md5sum | 1 + iasl/Pkgfile | 18 ++++++++++++++++++ iasl/README | 12 ++++++++++++ 4 files changed, 34 insertions(+) create mode 100644 iasl/.footprint create mode 100644 iasl/.md5sum create mode 100644 iasl/Pkgfile create mode 100644 iasl/README diff --git a/iasl/.footprint b/iasl/.footprint new file mode 100644 index 000000000..96d23106e --- /dev/null +++ b/iasl/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/iasl diff --git a/iasl/.md5sum b/iasl/.md5sum new file mode 100644 index 000000000..e85a42d3f --- /dev/null +++ b/iasl/.md5sum @@ -0,0 +1 @@ +0ca508dd9bec10fb3b53c72aea6bb6a1 acpica-unix-20061109.tar.gz diff --git a/iasl/Pkgfile b/iasl/Pkgfile new file mode 100644 index 000000000..516c66657 --- /dev/null +++ b/iasl/Pkgfile @@ -0,0 +1,18 @@ +# Description: IASL Compiler +# URL: http://www.intel.com/technology/iapc/acpi +# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es +# Packager: Jose V Beneyto, joberui at ei dot upv dot es +# Depends on: + +name=iasl +version=20061109 +release=1 +source=(http://www.intel.com/technology/iapc/acpi/downloads/acpica-unix-${version}.tar.gz) + +build() { + cd acpica-unix-${version}/compiler + make aslcompilerlex.c + sed -i s/\#undef\ yytext_ptr// aslcompilerlex.c + make + install -D -m 0755 ${name} ${PKG}/usr/bin/${name} +} diff --git a/iasl/README b/iasl/README new file mode 100644 index 000000000..afaea2be2 --- /dev/null +++ b/iasl/README @@ -0,0 +1,12 @@ +README for iasl 20061109 + +REQUIREMENTS + +You need to download manually after reading the license +from http://www.intel.com/technology/iapc/acpi/license2.htm + +PRE-INSTALL + +POST-INSTALL + +PRECAUTION