iasl: Initial commit.
This commit is contained in:
parent
c544da1cc5
commit
d78012c98c
3
iasl/.footprint
Normal file
3
iasl/.footprint
Normal 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
1
iasl/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
0ca508dd9bec10fb3b53c72aea6bb6a1 acpica-unix-20061109.tar.gz
|
18
iasl/Pkgfile
Normal file
18
iasl/Pkgfile
Normal 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
12
iasl/README
Normal 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
|
Loading…
x
Reference in New Issue
Block a user