# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="YAPET is a curses based password encryption tool using the Blowfish encryption algorithm to store password records encrypted on disk. Its primary aim is to provide a safe way to store passwords in a file on disk while having a small footprint." HOMEPAGE="http://www.guengel.ch/myapps/yapet" SRC_URI="http://www.guengel.ch/myapps/yapet/downloads/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=" dev-libs/openssl sys-devel/gettext sys-libs/ncurses " src_install() { make DESTDIR="${D}" install || die "install failed" }