diff options
Diffstat (limited to 'app-crypt/mhash/mhash-0.8.9.ebuild')
-rw-r--r-- | app-crypt/mhash/mhash-0.8.9.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/app-crypt/mhash/mhash-0.8.9.ebuild b/app-crypt/mhash/mhash-0.8.9.ebuild index 176820a88b18..956b8ea3abb6 100644 --- a/app-crypt/mhash/mhash-0.8.9.ebuild +++ b/app-crypt/mhash/mhash-0.8.9.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.9.ebuild,v 1.7 2002/10/04 03:58:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.8.9.ebuild,v 1.8 2002/11/30 02:35:53 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="mhash is a library providing a uniform interface to a large number of hash algorithms." SRC_URI="http://mhash.sourceforge.net/dl/${P}.tar.gz" HOMEPAGE="http://mhash.sourceforge.net/" @@ -14,16 +13,13 @@ KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc" src_compile() { - - econf || die + econf emake || die } -src_install () { - +src_install() { dodir /usr/{bin,include,lib} - - einstall || die + einstall dodoc AUTHORS COPYING INSTALL NEWS README TODO dodoc doc/*.txt doc/skid* |