diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-11-25 00:30:40 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-11-25 00:30:40 +0000 |
commit | bcb5c190e395704a14f8485943c6344511b71239 (patch) | |
tree | d39bb98d70e6b06fc63bfe8bd348e08245b47055 /dev-libs/crypto++ | |
parent | New package. submitted by Marc Bevand. Fixes #33685 (diff) | |
download | historical-bcb5c190e395704a14f8485943c6344511b71239.tar.gz historical-bcb5c190e395704a14f8485943c6344511b71239.tar.bz2 historical-bcb5c190e395704a14f8485943c6344511b71239.zip |
New package. submitted by Marc Bevand. Fixes #33685
Diffstat (limited to 'dev-libs/crypto++')
-rw-r--r-- | dev-libs/crypto++/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/crypto++/crypto++-5.1.ebuild | 29 | ||||
-rw-r--r-- | dev-libs/crypto++/files/digest-crypto++-5.1 | 1 | ||||
-rw-r--r-- | dev-libs/crypto++/metadata.xml | 8 |
4 files changed, 41 insertions, 1 deletions
diff --git a/dev-libs/crypto++/Manifest b/dev-libs/crypto++/Manifest index cbb0a558c9a9..57cce89a1bff 100644 --- a/dev-libs/crypto++/Manifest +++ b/dev-libs/crypto++/Manifest @@ -1,2 +1,4 @@ -MD5 004faecb93a5cb218ffe75fafa84d0be crypto++-5.1.ebuild 649 +MD5 96313ae46ebc87c866c609b51bc4d5f2 crypto++-5.1.ebuild 751 +MD5 05490b8a327abd67f0a9c9624591a814 ChangeLog 362 +MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 MD5 3dcbaaecd6190695d3a148ad81f08e30 files/digest-crypto++-5.1 57 diff --git a/dev-libs/crypto++/crypto++-5.1.ebuild b/dev-libs/crypto++/crypto++-5.1.ebuild new file mode 100644 index 000000000000..db83b9c550d8 --- /dev/null +++ b/dev-libs/crypto++/crypto++-5.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/crypto++/crypto++-5.1.ebuild,v 1.1 2003/11/25 00:30:38 rphillips Exp $ + +DESCRIPTION="Crypto++ is a C++ class library of cryptographic schemes" +HOMEPAGE="http://cryptopp.com" +SRC_URI="mirror://sourceforge/cryptopp/crypto${PV//.}.zip" + +LICENSE="cryptopp" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="" +#RDEPEND="" + +S=${WORKDIR} + +src_compile() { + emake -f GNUmakefile CXXFLAGS="${CXXFLAGS}" || die +} + +src_install() { + # For consistency across GNU/Linux distributions, + # "crypto++" has been preferred over "crytopp" + newlib.a libcryptopp.a libcrypto++.a + insinto /usr/include/crypto++ + doins *.h +} diff --git a/dev-libs/crypto++/files/digest-crypto++-5.1 b/dev-libs/crypto++/files/digest-crypto++-5.1 new file mode 100644 index 000000000000..d3625c273a47 --- /dev/null +++ b/dev-libs/crypto++/files/digest-crypto++-5.1 @@ -0,0 +1 @@ +MD5 f4bfd4ac39dc1b7f0764d61a1ec4df16 crypto51.zip 829560 diff --git a/dev-libs/crypto++/metadata.xml b/dev-libs/crypto++/metadata.xml new file mode 100644 index 000000000000..fc52d7ba53dd --- /dev/null +++ b/dev-libs/crypto++/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>rphillips@gentoo.org</email> +</maintainer> +</pkgmetadata> |