# $Id$ PNAME="reiserfsprogs" PVER="3.6.21" PBUILD="r1" PCATEGORIE="sys-fs" STATE="unstable" DESCRIPTION="User-level tools for ReiserFS filesystems." HOMEPAGE="http://www.namesys.com/" DEPEND="" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mtools mbuild SRC_URI=( http://kernel.org/pub/linux/utils/fs/reiserfs/${SRCFILE} #http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/${SRCFILE} mirror://${PNAME}/${SRCFILE} mirror://${PNAME}/${PNAME}-3.6.20-fsck-n.patch ) UP2DATE="updatecmd http://kernel.org/pub/linux/utils/fs/reiserfs/ | lasttarball gz" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # support fsck -f -n mpatch ${PNAME}-3.6.20-fsck-n.patch || die } src_compile() { cd ${SRCDIR} mconfigure --sbindir=/sbin || die mmake || die }