# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header$ S=${WORKDIR}/${P} DESCRIPTION="mcrypt is intended to be a replacement of the old unix crypt(1)" SRC_URI="ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/${P}.tar.gz" HOMEPAGE="http://mcrypt.hellug.gr/" KEYWORDS="x86 ppc sparc sparc64" SLOT="0" LICENSE="GPL-2" #Doesn't really seem to depend on anything (?) DEPEND="virtual/glibc libmcrypt? ( >=dev-libs/libmcrypt-2.5.1 ) mhash? ( >=app-crypt/mhash-0.8.15 )" RDEPEND=$DEPEND PROVIDE="app-crypt/mcrypt" src_unpack() { unpack ${P}.tar.gz } src_compile() { econf || die "./configure failed" emake || die } src_install () { einstall || die dodoc README NEWS AUTHORS COPYING THANKS TODO }