diff options
Diffstat (limited to 'dev-libs/crypto++/crypto++-5.1.ebuild')
-rw-r--r-- | dev-libs/crypto++/crypto++-5.1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/crypto++/crypto++-5.1.ebuild b/dev-libs/crypto++/crypto++-5.1.ebuild deleted file mode 100644 index b7596fdb7d71..000000000000 --- a/dev-libs/crypto++/crypto++-5.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.5 2004/11/04 10:05:17 dragonheart 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" -DEPEND="app-arch/zip" -RDEPEND="" -IUSE="" - -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 -} |