# $Id$ PNAME="dosfstools" PVER="4.2" PBUILD="r1" PCAT="sys-fs" DESCRIPTION="Tools to handle DOS filesystems." HOMEPAGE="https://github.com/dosfstools/dosfstools" DEPEND=">= virtual/glibc" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd https://github.com/dosfstools/dosfstools/releases | highesttarball xz" src_compile() { cd ${SRCDIR} mconfigure --enable-compat-symlinks || die mmake || die }