# $Header: /magellan-cvs/smage/iasl/iasl-20061109-r2.smage2,v 1.1 2008/03/27 12:31:46 niro Exp $ PNAME="iasl" PVER="20061109" PBUILD="r2" PCATEGORIE="dev-util" STATE="unstable" DESCRIPTION="The latest IASL compiler for Linux." HOMEPAGE="http://www.intel.com/technology/iapc/acpi/downloads.htm" DEPEND="" SDEPEND="" SRCFILE="acpica-unix-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/acpica-unix-${PVER}" sminclude mbuild mtools # MUST be on a mirror! couldn't be downloaded directly SRC_URI=( mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR}/compiler || die mmake -j1 || die } src_install() { cd ${SRCDIR}/compiler minstallexec iasl || die }