# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.2.ebuild,v 1.2 2002/12/06 03:35:59 leonardop Exp $ DESCRIPTION="Utility that allows you to jot down sensitive data" SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2" HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" RDEPEND=">=dev-libs/glib-2.0.6-r1 >=x11-libs/gtk+-2.0.6-r1 >=dev-libs/libmcrypt-2.5.1 >=app-crypt/mhash-0.8.16" DEPEND="${RDEPEND} >=dev-util/intltool-0.17 >=dev-util/pkgconfig-0.12.0 >=dev-libs/libgringotts-1.1.1" src_compile() { econf || die "./configure failed" emake || die "Compilation failed" } src_install() { einstall || die "Installation failed" dodoc AUTHORS BUGS ChangeLog COPYING TODO # These documents shouldn't be gzip'd, as they are read from the Help # menu #dodoc FAQ README }