# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/pwcrypt/pwcrypt-1.2.2.ebuild,v 1.4 2004/06/24 21:35:38 agriffis Exp $ IUSE="" DESCRIPTION="An improved version of cli-crypt (encrypts data sent to it from the cli)" HOMEPAGE="http://xjack.org/pwcrypt" SRC_URI="http://xjack.org/pwcrypt/downloads/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" DEPEND="virtual/glibc" src_compile() { econf || die emake || die } src_install() { dobin src/pwcrypt dodoc [A-Z][A-Z]* }