# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-admin/gpass/gpass-0.5.0ebuild,v 0.1 # 2005/08/03 12:00:00 Exp $ inherit eutils gnome2 DESCRIPTION="A password manager for GNOME." SRC_URI="http://projects.netlab.jp/gpass/release/${P}.tar.gz" HOMEPAGE="http://projects.netlab.jp/gpass/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="static" RDEPEND=">=x11-libs/gtk+-2.6 app-crypt/mhash dev-libs/libmcrypt" DEPEND="${RDEPEND} dev-util/pkgconfig" USE_DESTDIR="1" src_compile() { econf \ $(use_enable static) \ || die "econf failed" emake || die "emake failed" } src_install() { gnome2_src_install dodoc AUTHORS TODO README INSTALL NEWS }