# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/gpasman/gpasman-1.3.1.ebuild,v 1.5 2004/06/24 22:20:35 agriffis Exp $ DESCRIPTION="Gpasman: GTK Password manager" SRC_URI="http://gpasman.sourceforge.net/files/${P}.tar.gz" HOMEPAGE="http://gpasman.sourceforge.net" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc ppc ~amd64" IUSE="" DEPEND="=x11-libs/gtk+-1.2*" src_install() { dodir /usr/bin emake prefix=${D}/usr install dodoc ChangeLog AUTHORS README BUGS NEWS }