Magellan Linux

Contents of /trunk/extras/iasl/iasl-20061109-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 655 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/iasl/iasl-20061109-r2.smage2,v 1.1 2008/03/27 12:31:46 niro Exp $
2
3 PNAME="iasl"
4 PVER="20061109"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="The latest IASL compiler for Linux."
11 HOMEPAGE="http://www.intel.com/technology/iapc/acpi/downloads.htm"
12
13 DEPEND=""
14 SDEPEND=""
15
16 SRCFILE="acpica-unix-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/acpica-unix-${PVER}"
18
19 sminclude mbuild mtools
20
21 # MUST be on a mirror! couldn't be downloaded directly
22 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
23
24 src_compile()
25 {
26 cd ${SRCDIR}/compiler || die
27 mmake -j1 || die
28 }
29
30 src_install()
31 {
32 cd ${SRCDIR}/compiler
33 minstallexec iasl || die
34 }

Properties

Name Value
svn:keywords Id