summaryrefslogtreecommitdiff
path: root/iasl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'iasl/Pkgfile')
-rw-r--r--iasl/Pkgfile13
1 files changed, 7 insertions, 6 deletions
diff --git a/iasl/Pkgfile b/iasl/Pkgfile
index d217789d6..dc1fe870c 100644
--- a/iasl/Pkgfile
+++ b/iasl/Pkgfile
@@ -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
}

Generated by cgit