Magellan Linux

Annotation of /branches/magellan-next/extras/iasl/iasl-20091112-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8050 - (hide annotations) (download)
Wed Jun 29 13:26:17 2011 UTC (12 years, 11 months ago) by niro
File size: 703 byte(s)
imported
1 niro 4006 # $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