Magellan Linux

Contents of /branches/magellan-0_10_0/extras/iasl/iasl-20090521-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3000 - (show annotations) (download)
Mon Oct 5 18:47:41 2009 UTC (14 years, 7 months ago) by niro
File size: 703 byte(s)
created branch 'magellan-0_10_0'
1 # $Id$
2
3 PNAME="iasl"
4 PVER="20090521"
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