iasl: Initial commit.

This commit is contained in:
Jose V Beneyto 2007-05-15 21:51:52 +02:00
parent c544da1cc5
commit d78012c98c
4 changed files with 34 additions and 0 deletions

3
iasl/.footprint Normal file
View File

@ -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

1
iasl/.md5sum Normal file
View File

@ -0,0 +1 @@
0ca508dd9bec10fb3b53c72aea6bb6a1 acpica-unix-20061109.tar.gz

18
iasl/Pkgfile Normal file
View File

@ -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}
}

12
iasl/README Normal file
View File

@ -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