# $Id$ PNAME="libffi" PVER="3.4.4" PBUILD="r1" PCAT="dev-libs" DESCRIPTION="A portable, high level programming interface to various calling conventions." HOMEPAGE="http://sourceware.org/${PNAME}/" DEPEND=">= virtual/glibc" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" msetfeature "!check" sminclude multilib mbuild SRC_URI=( https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"