# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="pwsafe" HOMEPAGE="http://nsd.dyndns.org/pwsafe/" SRC_URI="http://nsd.dyndns.org/pwsafe/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="dev-libs/openssl sys-libs/readline sys-libs/ncurses" src_compile() { econf || die "configure failed" emake || die "make failed" } src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc README NEWS ChangeLog TODO }