# $Id$ PNAME="multiarch-wrapper" PVER="1.1" PBUILD="r2" PCAT="sys-apps" 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 msetfeature "!check" SRC_URI=( mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mmake || die }