summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 02:31:03 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 02:31:03 +0000
commit1cc24e4a13e8423429d04cf962a78c9106ad5476 (patch)
treeec3392ed21cae6ead4120960ead93d69b39fdda1 /app-crypt/gpgme
parentChanged src_install () to src_install() (diff)
downloadgentoo-2-1cc24e4a13e8423429d04cf962a78c9106ad5476.tar.gz
gentoo-2-1cc24e4a13e8423429d04cf962a78c9106ad5476.tar.bz2
gentoo-2-1cc24e4a13e8423429d04cf962a78c9106ad5476.zip
Changed econf||die to econf
Diffstat (limited to 'app-crypt/gpgme')
-rw-r--r--app-crypt/gpgme/gpgme-0.3.12.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-crypt/gpgme/gpgme-0.3.12.ebuild b/app-crypt/gpgme/gpgme-0.3.12.ebuild
index 153a5ad86e05..a2a589073f46 100644
--- a/app-crypt/gpgme/gpgme-0.3.12.ebuild
+++ b/app-crypt/gpgme/gpgme-0.3.12.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/gpgme/gpgme-0.3.12.ebuild,v 1.1 2002/10/18 08:45:42 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.3.12.ebuild,v 1.2 2002/11/30 02:31:03 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications."
SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/${P}.tar.gz"
HOMEPAGE="http://www.gnupg.org/gpgme.html"
@@ -25,11 +24,11 @@ src_compile() {
use doc \
&& myconf="${myconf} --enable-maintainer-mode"
- econf ${myconf} || die
+ econf ${myconf}
emake || die
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README README-alpha THANKS TODO VERSION
}