# $Id$ PNAME="multiarch-wrapper" PVER="1.1" PBUILD="r2" PCATEGORIE="sys-apps" STATE="unstable" DESCRIPTION="multiarch wrapper tool to run the right binary on multi-arch systems." HOMEPAGE="http://magellan-linux.de" DEPEND="" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mmake || die }