contrib/iasl/Pkgfile

19 lines
484 B
Plaintext
Raw Normal View History

2007-05-15 21:51:52 +02:00
# Description: IASL Compiler
# URL: http://www.intel.com/technology/iapc/acpi
2009-04-23 12:52:43 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
2007-05-15 21:51:52 +02:00
# Depends on:
name=iasl
2009-11-02 10:05:08 +01:00
version=20091013
2009-02-20 10:03:58 +01:00
release=1
source=(http://www.acpica.org/download/acpica-unix-$version.tar.gz)
2007-05-15 21:51:52 +02:00
build() {
cd acpica-unix-$version/compiler
make -j1 aslcompilerlex.c
sed 's/\#undef\ yytext_ptr//' -i aslcompilerlex.c
make -j1
install -D -m 0755 $name $PKG/usr/bin/$name
2007-05-15 21:51:52 +02:00
}