# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A Certification Authority Software for Gnome" HOMEPAGE="http://gnomint.sourceforge.net" SRC_URI="mirror://sourceforge/gnomint/gnomint-${PV}.tar.gz" SLOT="0" LICENSE="GPL-3" KEYWORDS="amd64" IUSE="debug" DEPEND=">=gnome-base/gconf-2.0 >=x11-libs/gtk+-2.10.0 >=gnome-base/libgnomeui-2.20 >=gnome-base/libglade-2.5.0 >=sys-devel/autoconf-2.53 >=sys-devel/automake-1.9 >=dev-libs/glib-2.0 >=dev-util/intltool-0.23 sys-devel/gettext dev-perl/XML-Parser >=dev-db/sqlite-3.0 >=dev-util/pkgconfig-0.9.0 >=net-libs/gnutls-2.0 sys-devel/libtool >=app-text/iso-codes-0.35" RDEPEND="${DEPEND}" src_compile() { econf \ `use_with debug` \ || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "einstall failed" }