Magellan Linux

Contents of /branches/R11-unstable/core/mage-bootstrap/mage-bootstrap-1.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19682 - (show annotations) (download)
Thu Oct 10 13:08:25 2013 UTC (10 years, 7 months ago) by niro
Original Path: trunk/core/mage-bootstrap/mage-bootstrap-1.12-r1.smage2
File size: 370 byte(s)
auto added: ver bump to 1.12-r1
1 # $Id$
2
3 PNAME="mage-bootstrap"
4 PVER="1.12"
5 PBUILD="r1"
6
7 PCAT="app-mage"
8
9 DESCRIPTION="Magellan system bootstrap script."
10 HOMEPAGE="http://magellan-linux.com/"
11
12 DEPEND=">= app-mage/mage-0.4"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
20
21 src_compile()
22 {
23 cd ${SRCDIR}
24 make || die
25 }