[Lunar-commits] <moonbase> cryptopp: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Dec 21 02:34:45 CET 2010
commit 52a2f08ddf886c32bb165c5a816276dfe23ff763
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Dec 20 20:34:45 2010 -0500
cryptopp: Adding to moonbase.
---
crypto/cryptopp/BUILD | 9 +++++++++
crypto/cryptopp/DETAILS | 14 ++++++++++++++
crypto/cryptopp/PRE_BUILD | 1 +
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/crypto/cryptopp/BUILD b/crypto/cryptopp/BUILD
new file mode 100644
index 0000000..c58773c
--- /dev/null
+++ b/crypto/cryptopp/BUILD
@@ -0,0 +1,9 @@
+(
+
+ sedit 's|^\t\$(CP) \*.so \$(PREFIX)\/lib| |' GNUmakefile &&
+
+ CXXFLAGS="$CXXFLAGS -fPIC" &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/crypto/cryptopp/DETAILS b/crypto/cryptopp/DETAILS
new file mode 100644
index 0000000..d353e56
--- /dev/null
+++ b/crypto/cryptopp/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=cryptopp
+ VERSION=561
+ SOURCE=$MODULE$VERSION.zip
+ SOURCE_URL=http://www.cryptopp.com/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:31dbb456c21f50865218c57b7eaf4c955a222ba1
+ WEB_SITE=http://www.cryptopp.com/
+ ENTERED=20101220
+ UPDATED=20101020
+ SHORT="C++ class library of cryptographic schemes"
+
+cat << EOF
+Crypto++ Library is a free C++ class library of cryptographic schemes.
+EOF
diff --git a/crypto/cryptopp/PRE_BUILD b/crypto/cryptopp/PRE_BUILD
new file mode 100644
index 0000000..9a73b51
--- /dev/null
+++ b/crypto/cryptopp/PRE_BUILD
@@ -0,0 +1 @@
+unzip -oa $SOURCE_CACHE/$SOURCE -d $BUILD_DIRECTORY/$MODULE
More information about the Lunar-commits
mailing list