# $Id$ PNAME="fribidi" PVER="1.0.8" 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}" ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*" sminclude multilib meson alx-split SRC_URI=( https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball" src_compile() { meson_src_compile $(meson_bool_false docs) || die }