# $Id$ PNAME="mage-bootstrap" PVER="1.9" PBUILD="r1" PCATEGORIE="app-mage" STATE="unstable" DESCRIPTION="Magellan system bootstrap script." HOMEPAGE="http://magellan-linux.com/" DEPEND=">= app-mage/mage-0.4.0" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( mirror://${PNAME}/${SRCFILE} ) # no src_compile needed src_compile() { true; }