# $Id$ PNAME="gnutls" PVER="3.3.12" PBUILD="r1" PCAT="app-crypt" DESCRIPTION="The GNU Transport Layer Security Library." HOMEPAGE="http://www.gnu.org/software/gnutls/" DEPEND=">= sys-libs/libstdc++-4.8 >= sys-libs/zlib-1.2.5 >= dev-libs/gmp-5.1 >= app-crypt/libtasn1-4.2 >= app-crypt/p11-kit-0.22 >= app-crypt/nettle-2.7 >= net-dns/libidn-1.28" SDEPEND=">= sys-dev/gettext-0.18" SRCFILE="${PNAME}-${PVER}.tar.xz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" EMUL_LINUX_32=true sminclude mtools mbuild multilib msetfeature "!check" SRC_URI=( ftp://ftp.gnutls.org/gcrypt/${PNAME}/v${PVER%.*}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ftp://ftp.gnutls.org/gcrypt/${PNAME}/v3.3 | highesttarball xz" src_compile() { mconfigure \ --with-p11-kit \ --with-zlib \ --disable-guile \ --disable-gtk-doc \ || die mmake || die }