Skip to content

Commit

Permalink
libgcrypt15: version 1.5.3 for backwards compatibility
Browse files Browse the repository at this point in the history
This module ONLY install libgcrypt.so.11.8.2 for backwards compatibility
for some bin modules like spotify-client.
  • Loading branch information
Ratler committed Jan 20, 2014
1 parent 28d099d commit 7258281
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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/
1 change: 1 addition & 0 deletions crypto/libgcrypt15/DEPENDS
@@ -0,0 +1 @@
depends libgpg-error
17 changes: 17 additions & 0 deletions 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

0 comments on commit 7258281

Please sign in to comment.