1
0
forked from ports/contrib

iasl: updated to 20121114

This commit is contained in:
Jose V Beneyto 2012-12-11 21:57:20 +01:00
parent 5875fa80ba
commit 36216abfb5
2 changed files with 8 additions and 7 deletions

View File

@ -1 +1 @@
68becae1d8a6f5b59f15516cf8001b38 acpica-unix-20120320.tar.gz
aa553461d80aa00ec7821b47134e098e acpica-unix-20121114.tar.gz

View File

@ -5,14 +5,15 @@
# Depends on:
name=iasl
version=20120320
version=20121114
release=1
source=(http://www.acpica.org/download/acpica-unix-$version.tar.gz)
build() {
cd acpica-unix-$version/source/compiler
make -j1 aslcompilerlex.c
sed 's/\#undef\ yytext_ptr//' -i aslcompilerlex.c
make -j1
install -D -m 0755 $name $PKG/usr/bin/$name
cd acpica-unix-$version
make clean
make BITS=32 HOST=_LINUX
install -D -m 0755 generate/unix/bin32/$name $PKG/usr/bin/$name
}