|
Line
Link Here
|
| 0 |
-- iasl-20050309.ebuild 2005-05-13 21:36:03.000000000 +0200 |
0 |
++ iasl-20050309-r1.ebuild 2005-05-23 13:22:49.000000000 +0200 |
|
Lines 1-7
Link Here
|
| 1 |
# Copyright 1999-2005 Gentoo Foundation |
1 |
# Copyright 1999-2005 Gentoo Technologies, Inc. |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20050309.ebuild,v 1.2 2005/05/13 19:14:21 robbat2 Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20050309-r1.ebuild,v 1.1 2005/05/13 00:32:18 robbat2 Exp $ |
| 4 |
|
4 |
|
|
|
5 |
inherit flag-o-matic |
| 5 |
MY_PN="acpica-unix" |
6 |
MY_PN="acpica-unix" |
| 6 |
MY_P="${MY_PN}-${PV}" |
7 |
MY_P="${MY_PN}-${PV}" |
| 7 |
DESCRIPTION="Intel ACPI Source Language (ASL) compiler" |
8 |
DESCRIPTION="Intel ACPI Source Language (ASL) compiler" |
|
Lines 15-24
Link Here
|
| 15 |
S="${WORKDIR}/${MY_P}" |
16 |
S="${WORKDIR}/${MY_P}" |
| 16 |
|
17 |
|
| 17 |
src_compile() { |
18 |
src_compile() { |
| 18 |
cd ${S}/compiler && emake -j1 || die "make failed" |
19 |
cd ${S}/compiler |
|
|
20 |
|
| 21 |
# Compile problems with enviroment flags. |
| 22 |
filter-flags "*" |
| 23 |
filter-ldflags "*" |
| 24 |
|
| 25 |
# Use make and not emake to use the IASL Makefile gcc default flags. |
| 26 |
make || die "make failed" |
| 19 |
} |
27 |
} |
| 20 |
|
28 |
|
| 21 |
src_install() { |
29 |
src_install() { |
| 22 |
dobin compiler/iasl || die "iasl binary not created" |
30 |
dosbin compiler/iasl || die "iasl binary not created" |
| 23 |
dodoc ${S}/README || die "README not found" |
31 |
dodoc ${S}/README || die "README not found" |
| 24 |
} |
32 |
} |