diff options
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.2.0.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.0.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app-crypt/gnupg/gnupg-1.2.0.ebuild b/app-crypt/gnupg/gnupg-1.2.0.ebuild index 900be9a41e48..aaaa58c7c5fa 100644 --- a/app-crypt/gnupg/gnupg-1.2.0.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.0.ebuild @@ -1,10 +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/gnupg/gnupg-1.2.0.ebuild,v 1.2 2002/10/21 06:34:54 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.0.ebuild,v 1.3 2002/11/30 02:29:01 vapier Exp $ -IUSE="zlib ldap nls" - -S="${WORKDIR}/${P}" DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement" HOMEPAGE="http://www.gnupg.org/" SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2" @@ -12,6 +9,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~sparc64" +IUSE="zlib ldap nls" DEPEND="sys-devel/perl zlib? ( sys-libs/zlib ) @@ -30,11 +28,11 @@ src_compile() { myconf="${myconf} --enable-m-guard" fi - econf ${myconf} || die - emake || make || die + econf ${myconf} + make || die } -src_install () { +src_install() { make DESTDIR="${D}" install || die dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS PROJECTS README THANKS TODO VERSION docinto doc |