Skip to content

Instantly share code, notes, and snippets.

Created December 8, 2012 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4242208 to your computer and use it in GitHub Desktop.
Save anonymous/4242208 to your computer and use it in GitHub Desktop.
Pkgfile
# Description: IASL Compiler
# URL: http://www.intel.com/technology/iapc/acpi
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on:
name=iasl
version=20121018
release=1
source=(http://www.acpica.org/download/acpica-unix-$version.tar.gz)
build() {
cd acpica-unix-$version/generate/unix
sed -i -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' Makefile.config
make BITS=32
make DESTDIR=$PKG install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment