# $Header: /magellan-cvs/smage/ntfs-3g-fuse/ntfs-3g-fuse-1.2712-r1.smage2,v 1.1 2008/07/29 20:19:40 niro Exp $ PNAME="ntfs-3g-fuse" PVER="1.2712" PBUILD="r1" PCATEGORIE="sys-fs" STATE="unstable" DESCRIPTION="NTFS-3G Read/Write Driver." HOMEPAGE="http://www.ntfs-3g.org/" DEPEND=">= virtual/glibc" SRCFILE="${PNAME/-fuse/}-${PVER}.tgz" SRCDIR="${BUILDDIR}/${PNAME/-fuse/}-${PVER}" sminclude mbuild SRC_URI=( http://www.ntfs-3g.org/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} # use the internal stripped down fuse library mconfigure --with-fuse=internal || die mmake || die }