# $Id$ PNAME="p11-kit" PVER="0.23.12" PBUILD="r2" PCAT="app-crypt" DESCRIPTION="Provides a standard configuration setup for installing PKCS#11." HOMEPAGE="http://p11-glue.freedesktop.org/" DEPEND=">= virtual/glibc >= app-crypt/libtasn1-4.13 >= dev-libs/libffi-3.2" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude multilib mbuild msetfeature "!check" SRC_URI=( https://github.com/p11-glue/${PNAME}/releases/download/${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd https://github.com/p11-glue/p11-kit/releases | highesttarball gz" src_compile() { mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} || die mmake || die }