summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 02:40:05 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 02:40:05 +0000
commit94ebbf4983b91290e491ef88f38273591d0b58fd (patch)
treee7cf5c4c944f2aa0e75f9b6e9961d85d0d3a91bc /app-crypt/mcrypt/mcrypt-2.6.2.ebuild
parentChanged econf||die to econf (diff)
downloadgentoo-2-94ebbf4983b91290e491ef88f38273591d0b58fd.tar.gz
gentoo-2-94ebbf4983b91290e491ef88f38273591d0b58fd.tar.bz2
gentoo-2-94ebbf4983b91290e491ef88f38273591d0b58fd.zip
Changed einstall||die to einstall
Diffstat (limited to 'app-crypt/mcrypt/mcrypt-2.6.2.ebuild')
-rw-r--r--app-crypt/mcrypt/mcrypt-2.6.2.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/app-crypt/mcrypt/mcrypt-2.6.2.ebuild b/app-crypt/mcrypt/mcrypt-2.6.2.ebuild
index 713f0b129709..87315ae4466d 100644
--- a/app-crypt/mcrypt/mcrypt-2.6.2.ebuild
+++ b/app-crypt/mcrypt/mcrypt-2.6.2.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.2.ebuild,v 1.1 2002/10/31 16:07:14 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.2.ebuild,v 1.2 2002/11/30 02:40:05 vapier Exp $
-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/"
@@ -15,17 +14,13 @@ DEPEND=">=dev-libs/libmcrypt-2.5.1
>=app-crypt/mhash-0.8.15"
src_compile() {
-
local myconf
-
use nls || myconf="--disable-nls"
-
econf ${myconf}
emake || die
}
-
-src_install () {
- einstall || die
+src_install() {
+ einstall
dodoc README NEWS AUTHORS COPYING THANKS TODO
}