Magellan Linux

Contents of /branches/magellan-next/core/mage-bootstrap/mage-bootstrap-1.10-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8853 - (show annotations) (download)
Wed Aug 3 13:06:25 2011 UTC (12 years, 9 months ago) by niro
File size: 379 byte(s)
auto added: ver bump to 1.10-r2
1 # $Id$
2
3 PNAME="mage-bootstrap"
4 PVER="1.10"
5 PBUILD="r2"
6
7 PCATEGORIE="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 # no src_compile needed
22 src_compile() { true; }