# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" AUTOTOOLS_AUTORECONF=1 EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git" inherit autotools-utils git-2 DESCRIPTION="Blind-ID library for user identification using RSA blind signatures" HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary" SRC_URI="" LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE="static-libs" RDEPEND="dev-libs/gmp" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS=( d0_blind_id.txt ) src_configure() { local myeconfargs=( --enable-rijndael --without-openssl --without-tommath ) autotools-utils_src_configure }