diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 02:04:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 02:04:40 +0000 |
commit | c0736edf41151f554f6401304e03ea567d5b80a0 (patch) | |
tree | c97e88cba0d6432619664e5b18b05d4ba11528c2 /dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild | |
parent | fix license/repoman (diff) | |
download | gentoo-2-c0736edf41151f554f6401304e03ea567d5b80a0.tar.gz gentoo-2-c0736edf41151f554f6401304e03ea567d5b80a0.tar.bz2 gentoo-2-c0736edf41151f554f6401304e03ea567d5b80a0.zip |
fix license/repoman
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild index 461b14e39e3d..381c885dfcd1 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild @@ -1,25 +1,21 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild,v 1.11 2003/02/13 10:42:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.1.3.ebuild,v 1.12 2003/08/07 02:03:53 vapier Exp $ -IUSE="nls" - -S=${WORKDIR}/${P} -DESCRIPTION="libgcrypt is a general purpose crypto library based on the code used in GnuPG." +DESCRIPTION="general purpose crypto library based on the code used in GnuPG" +HOMEPAGE="http://www.gnupg.org/" SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/${P}.tar.gz" -HOMEPAGE="http://www.gnupg.org" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " +SLOT="0" +KEYWORDS="x86 ppc sparc" +IUSE="nls" DEPEND="app-text/jadetex app-text/docbook-sgml-utils" - RDEPEND="nls? ( sys-devel/gettext )" src_compile() { - local myconf use nls || myconf="${myconf} --disable-nls" @@ -27,12 +23,10 @@ src_compile() { --enable-m-guard \ --enable-static \ ${myconf} || die - - emake || die + emake || die } -src_install () { - +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS BUGS COPYING INSTALL NEWS README* THANKS VERSION } |