# $Id$ PNAME="fuse" PVER="2.8.1" PBUILD="r1" PCATEGORIE="sys-fs" STATE="unstable" DESCRIPTION="Fuse userland utilities." HOMEPAGE="http://fuse.sourceforge.net/" DEPEND=">= virtual/kernel" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) # listed on sf.net as fuse-2.X UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-2.X - ${PNAME}" src_compile() { cd ${SRCDIR} mconfigure --disable-kernel-module --disable-example || die mmake || die }