[Lunar-commits] <moonbase-core> cryptsetup, libgcrypt, libgpg-error: moved modules from other

Stefan Wold ratler at lunar-linux.org
Sun Aug 17 09:32:32 CEST 2014


commit be387ae66b1aeb9389fa6fefbf280e73b10d993d
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 17 Aug 2014 09:31:58 +0200
URL: https://github.com/lunar-linux/moonbase-core/commit/be387ae66b1aeb9389fa6fefbf280e73b10d993d

cryptsetup, libgcrypt, libgpg-error: moved modules from other
---
  crypto/cryptsetup/BUILD     | +9/-0     
  crypto/cryptsetup/DEPENDS   | +3/-0     
  crypto/cryptsetup/DETAILS   | +15/-0    
  crypto/libgcrypt/BUILD      | +12/-0    
  crypto/libgcrypt/DEPENDS    | +1/-0     
  crypto/libgcrypt/DETAILS    | +14/-0    
  crypto/libgpg-error/DETAILS | +16/-0    
  7 files changed, 70 insertions(+)

--- /dev/null
+++ b/crypto/cryptsetup/BUILD
@@ -0,0 +1,9 @@
+(
+
+  # Create /sbin/cryptsetup rather than /usr/sbin/cryptsetup,
+  # so Gnome can find it.
+  OPTS+=" --sbindir=/sbin"  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/crypto/cryptsetup/DEPENDS
@@ -0,0 +1,3 @@
+depends popt
+depends lvm2
+depends libgcrypt
--- /dev/null
+++ b/crypto/cryptsetup/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=cryptsetup
+         VERSION=1.6.5
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=http://www.kernel.org/pub/linux/utils/cryptsetup/v${VERSION%.*}
+      SOURCE_VFY=sha256:267973f20be43f9d685f7193aa23954b60768c74a1d330243114d4b8bc17ca9a
+        WEB_SITE=http://code.google.com/p/cryptsetup
+         ENTERED=20050309
+         UPDATED=20140709
+           SHORT="Device-mapper crypto userspace setup tool"
+
+cat << EOF
+Using device-mapper's dmsetup directly is too complicated for most people.
+Cryptsetup is being written to behave like one of the patched losetup's
+out there.
+EOF
--- /dev/null
+++ b/crypto/libgcrypt/BUILD
@@ -0,0 +1,12 @@
+(
+
+  ./configure   --prefix=/usr       \
+                --sysconfdir=/etc   \
+                --disable-static    \
+                $OPTS              &&
+
+  make                             &&
+  prepare_install                  &&
+  make    install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/crypto/libgcrypt/DEPENDS
@@ -0,0 +1 @@
+depends  libgpg-error
--- /dev/null
+++ b/crypto/libgcrypt/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=libgcrypt
+         VERSION=1.6.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=ftp://ftp.gnupg.org/gcrypt/libgcrypt
+      SOURCE_VFY=sha1:f03d9b63ac3b17a6972fc11150d136925b702f02
+        WEB_SITE=http://www.gnu.org/directory/security/libgcrypt.html
+         ENTERED=20020212
+         UPDATED=20140131
+           SHORT="General purpose crypto library"
+
+cat << EOF
+Libgcrypt is a general purpose crypto library based on the code used
+in GnuPG.
+EOF
--- /dev/null
+++ b/crypto/libgpg-error/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=libgpg-error
+         VERSION=1.13
+          SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL[0]=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/$MODULE
+   SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE
+      SOURCE_VFY=sha1:50fbff11446a7b0decbf65a6e6b0eda17b5139fb
+        WEB_SITE=http://www.gnupg.org
+         ENTERED=20020212
+         UPDATED=20140507
+           SHORT="Defines common error values for all GnuPG components"
+
+cat << EOF
+This is a library that defines common error values for all GnuPG
+components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
+pinentry, SmartCard Daemon and possibly more in the future.
+EOF




More information about the Lunar-commits mailing list