# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A GTK+ passwords manager for system and network administrators" HOMEPAGE="http://gtkpasman.sourceforge.net" SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/gtkpasman/gtkpasman-0.9.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" DEPEND=">=x11-libs/gtk+-2.0 app-crypt/gnupg" src_unpack() { unpack ${A} } src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc README FAQ CHANGELOG }