# $Id$ PNAME="f2fs-tools" PVER="1.8.0" PBUILD="r2" STATE="disabled" # requires selinux and not configurable anymore PCAT="sys-fs" DESCRIPTION="Tools for Flash-Friendly File System (F2FS)." HOMEPAGE="http://f2fs-tools.sourceforge.net/" DEPEND=">= virtual/glibc >= sys-libs/libuuid-2.27" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" ALX_PKG_KEEP="usr/sbin/mkfs.f2fs usr/sbin/fsck.f2fs usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*" sminclude mbuild alx-split SRC_URI=( mirror://${PNAME}/${SRCFILE} http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/${PNAME}.git/snapshot/${SRCFILE} ) # no longer maintained on sf.net #UP2DATE="updatecmd_sourceforge ${PNAME} gz" UP2DATE="updatecmd http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/${PNAME}.git/ | grep -A1 'Tag' | grep 'v[0-9]' | sed 's:.*v\(.*\)\ \[.*:\1:' " src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} mautoreconf || die }