# $Id$ PNAME="gnutls" PVER="2.8.6" PBUILD="r2" PCATEGORIE="app-crypt" STATE="unstable" DESCRIPTION="The GNU Transport Layer Security Library." HOMEPAGE="http://www.gnu.org/software/gnutls/" DEPEND=">= sys-libs/zlib-1.2,5 >= dev-libs/lzo-2 >= app-crypt/libgpg-error-1.9 >= app-crypt/libgcrypt-1.4 >= app-crypt/libtasn1-2.9" SDEPEND=">= sys-dev/gettext-0.18" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mtools mbuild multilib SRC_URI=( ftp://ftp.gnutls.org/pub/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ftp://ftp.gnutls.org/pub/${PNAME}/ | lasttarball" src_compile() { mconfigure \ --without-included-opencdk \ --with-zlib \ --with-lzo \ --enable-tls \ --disable-guile \ --disable-gtk-doc \ || die mmake || die }