iasl: updated to 20121220

This commit is contained in:
Jose V Beneyto 2013-01-15 13:46:40 +01:00
parent 0ddb89766e
commit 023273b782
2 changed files with 6 additions and 4 deletions

View File

@ -1 +1 @@
aa553461d80aa00ec7821b47134e098e acpica-unix-20121114.tar.gz
cb4e93dfcddb7f70a9040944ff568cf2 acpica-unix-20121220.tar.gz

View File

@ -5,15 +5,17 @@
# Depends on:
name=iasl
version=20121114
version=20121220
release=1
source=(http://www.acpica.org/download/acpica-unix-$version.tar.gz)
build() {
cd acpica-unix-$version
make clean
make BITS=32 HOST=_LINUX
make \
PROGS=iasl \
BITS=32 \
HOST=_LINUX
install -D -m 0755 generate/unix/bin32/$name $PKG/usr/bin/$name
}