[Lunar-commits] <moonbase-other> libgcrypt15: version 1.5.3 for backwards compatibility
Stefan Wold
ratler at lunar-linux.org
Mon Jan 20 19:49:52 CET 2014
commit 7258281f9df9247cd81e1532b9abd61e71c4575a
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon, 20 Jan 2014 10:47:57 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/7258281f9df9247cd81e1532b9abd61e71c4575a
libgcrypt15: version 1.5.3 for backwards compatibility
This module ONLY install libgcrypt.so.11.8.2 for backwards compatibility
for some bin modules like spotify-client.
---
crypto/libgcrypt15/BUILD | +6/-0
crypto/libgcrypt15/DEPENDS | +1/-0
crypto/libgcrypt15/DETAILS | +17/-0
3 files changed, 24 insertions(+)
--- /dev/null
+++ b/crypto/libgcrypt15/BUILD
@@ -0,0 +1,6 @@
+OPTS+=" --sysconfdir=/etc --disable-static --disable-padlock-support"
+
+default_config &&
+make &&
+prepare_install &&
+install -Dm755 src/.libs/libgcrypt.so.11.8.2 /usr/lib/
--- /dev/null
+++ b/crypto/libgcrypt15/DEPENDS
@@ -0,0 +1 @@
+depends libgpg-error
--- /dev/null
+++ b/crypto/libgcrypt15/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=libgcrypt15
+ VERSION=1.5.3
+ SOURCE=libgcrypt-$VERSION.tar.bz2
+ SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/libgcrypt
+ SOURCE_URL[1]=http://mirrors.rootmode.com/ftp.gnupg.org/libgcrypt
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/libgcrypt-$VERSION
+ SOURCE_VFY=sha1:2c6553cc17f2a1616d512d6870fe95edf6b0e26e
+ WEB_SITE=http://www.gnu.org/directory/security/libgcrypt.html
+ ENTERED=20140120
+ UPDATED=20140120
+ SHORT="General purpose crypto library (for backwards compatibility)"
+
+cat << EOF
+Libgcrypt is a general purpose crypto library based on the code used
+in GnuPG. Used only for backwards compatability for bin modules that require
+libgcrypt.so.11.
+EOF
More information about the Lunar-commits
mailing list