Contents of /trunk/extras/iasl/iasl-20091112-r1.smage2
Parent Directory | Revision Log
Revision 4006 -
(show annotations)
(download)
Tue Nov 17 11:23:44 2009 UTC (14 years, 11 months ago) by niro
File size: 703 byte(s)
Tue Nov 17 11:23:44 2009 UTC (14 years, 11 months ago) by niro
File size: 703 byte(s)
auto added: ver bump to 20091112-r1
1 | # $Id$ |
2 | |
3 | PNAME="iasl" |
4 | PVER="20091112" |
5 | PBUILD="r1" |
6 | |
7 | PCATEGORIE="dev-util" |
8 | STATE="unstable" |
9 | |
10 | DESCRIPTION="The latest IASL compiler for Linux." |
11 | HOMEPAGE="http://www.acpica.org/" |
12 | |
13 | DEPEND="" |
14 | SDEPEND=">= sys-dev/bison-2.4 |
15 | >= sys-dev/flex-2.5.35" |
16 | |
17 | SRCFILE="acpica-unix-${PVER}.tar.gz" |
18 | SRCDIR="${BUILDDIR}/acpica-unix-${PVER}" |
19 | |
20 | sminclude mbuild mtools |
21 | |
22 | SRC_URI=( |
23 | http://www.acpica.org/download/${SRCFILE} |
24 | mirror://${PNAME}/${SRCFILE} |
25 | ) |
26 | |
27 | UP2DATE="updatecmd ${HOMEPAGE}/downloads/unix_source_code.php | lasttarball gz" |
28 | |
29 | src_compile() |
30 | { |
31 | # only the compiler |
32 | cd ${SRCDIR} |
33 | mmake -j1 -C compiler || die |
34 | } |
35 | |
36 | src_install() |
37 | { |
38 | cd ${SRCDIR} |
39 | minstallexec compiler/iasl || die |
40 | minstalldocs changes.txt README || die |
41 | } |
Properties
Name | Value |
---|---|
svn:keywords | Id |