# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="Encryption and decryption" HOMEPAGE="http://ccrypt.sourceforge.net" SRC_URI="http://ccrypt.sourceforge.net/download/${P}.tar.gz" LICENSE="as-is GPL-2" SLOT="0" KEYWORDS="x86" DEPEND="virtual/glibc" S=${WORKDIR}/${P} src_unpack() { unpack ${A} } src_compile() { ./configure --prefix=/usr || die emake || die } src_install () { make \ prefix=${D}/usr \ install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README }