# $Id$ PNAME="mage-bootstrap" PVER="1.12" PBUILD="r1" PCAT="app-mage" DESCRIPTION="Magellan system bootstrap script." HOMEPAGE="http://magellan-linux.com/" DEPEND=">= app-mage/mage-0.4" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} make || die }