# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Intel ACPI Source Language (ASL) compiler" HOMEPAGE="http://www.intel.com/technology/iapc/acpi/" SRC_URI="http://home.jesus.ox.ac.uk/~rmoss/portage/${P}.tar.gz" LICENSE="iasl" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc" S=${WORKDIR}/${P}/compiler src_compile() { make || die "make failed" } src_install() { dodir /usr/bin dobin iasl || die "iasl binary not created" }