# $Id$ PNAME="fribidi" PVER="0.19.7" PBUILD="r1" PCAT="dev-libs" DESCRIPTION="GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)." HOMEPAGE="http://fribidi.org/" DEPEND=">= virtual/glibc" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude multilib mbuild SRC_URI=( https://github.com/${PNAME}/${PNAME}/releases/download/${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball"