# Description: IASL compiler # URL: http://www.intel.com/technology/iapc/acpi # Packager: Antonio S.J. Musumeci # Depends on: name=iasl version=20041203 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 mkdir -p $PKG/usr/bin cp -a iasl $PKG/usr/bin }