# $Header: /magellan-cvs/smage/fuse/fuse-2.7.3-r1.smage2,v 1.1 2008/03/01 20:59:54 niro Exp $ PNAME="fuse" PVER="2.7.4" 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" src_compile() { cd ${SRCDIR} mconfigure --disable-kernel-module --disable-example || die mmake || die }