Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25017 - (hide annotations) (download)
Tue Nov 25 02:50:12 2014 UTC (9 years, 5 months ago) by niro
File size: 391 byte(s)
-release branches/R11-unstable
1 niro 19682 # $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 niro 19683 msetfeature "!check"
19 niro 19682
20     SRC_URI=( mirror://${PNAME}/${SRCFILE} )
21    
22     src_compile()
23     {
24     cd ${SRCDIR}
25     make || die
26     }