# cOPYRIGHt 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Epiphany extension to view the server's certificate on secure connection" HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html" SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/0.8/epiphany-extensions-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-www/epiphany-1.2.1" S=${WORKDIR}/epiphany-extensions-${PV} src_compile() { ./configure \ --with-extensions=certificates \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die "emake failed" } src_install() { einstall || die }