diff --git a/core/cryptsetup/build b/core/cryptsetup/build new file mode 100755 index 00000000..49c75ff8 --- /dev/null +++ b/core/cryptsetup/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-static-cryptsetup + +make +make DESTDIR="$1" install diff --git a/core/cryptsetup/checksums b/core/cryptsetup/checksums new file mode 100644 index 00000000..a285c33e --- /dev/null +++ b/core/cryptsetup/checksums @@ -0,0 +1 @@ +a3eeb2741f8f3376d16585191f3c60e067dd987e096c3c4b073fab7748b1c897 cryptsetup-2.1.0.tar.xz diff --git a/core/cryptsetup/depends b/core/cryptsetup/depends new file mode 100644 index 00000000..6f88eb91 --- /dev/null +++ b/core/cryptsetup/depends @@ -0,0 +1 @@ +lvm2 diff --git a/core/cryptsetup/licenses b/core/cryptsetup/licenses new file mode 100644 index 00000000..7e20d5dd --- /dev/null +++ b/core/cryptsetup/licenses @@ -0,0 +1 @@ +GPL-2.0-or-later diff --git a/core/cryptsetup/sources b/core/cryptsetup/sources new file mode 100644 index 00000000..5d9b04f8 --- /dev/null +++ b/core/cryptsetup/sources @@ -0,0 +1 @@ +https://www.kernel.org/pub/linux/utils/cryptsetup/v2.1/cryptsetup-2.1.0.tar.xz diff --git a/core/cryptsetup/version b/core/cryptsetup/version new file mode 100644 index 00000000..ef862396 --- /dev/null +++ b/core/cryptsetup/version @@ -0,0 +1 @@ +2.1.0 1