diff options
Diffstat (limited to 'extra/cryptsetup')
-rwxr-xr-x | extra/cryptsetup/build | 12 | ||||
-rw-r--r-- | extra/cryptsetup/checksums | 1 | ||||
-rw-r--r-- | extra/cryptsetup/depends | 4 | ||||
-rw-r--r-- | extra/cryptsetup/sources | 1 | ||||
-rw-r--r-- | extra/cryptsetup/version | 1 |
5 files changed, 19 insertions, 0 deletions
diff --git a/extra/cryptsetup/build b/extra/cryptsetup/build new file mode 100755 index 00000000..6e6631df --- /dev/null +++ b/extra/cryptsetup/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +machine=$(cc -dumpmachine) + +./configure \ + --prefix=/usr \ + --build="$machine" \ + --host="$machine" \ + --disable-blkid + +make +make DESTDIR="$1" install diff --git a/extra/cryptsetup/checksums b/extra/cryptsetup/checksums new file mode 100644 index 00000000..c9227e47 --- /dev/null +++ b/extra/cryptsetup/checksums @@ -0,0 +1 @@ +2af0ec9551ab9c870074cae9d3f68d82cab004f4095fa89db0e4413713424a46 cryptsetup-2.2.2.tar.xz diff --git a/extra/cryptsetup/depends b/extra/cryptsetup/depends new file mode 100644 index 00000000..0590f3c2 --- /dev/null +++ b/extra/cryptsetup/depends @@ -0,0 +1,4 @@ +json-c +lvm2 +popt +util-linux diff --git a/extra/cryptsetup/sources b/extra/cryptsetup/sources new file mode 100644 index 00000000..653fa179 --- /dev/null +++ b/extra/cryptsetup/sources @@ -0,0 +1 @@ +https://www.kernel.org/pub/linux/utils/cryptsetup/v2.2/cryptsetup-2.2.2.tar.xz diff --git a/extra/cryptsetup/version b/extra/cryptsetup/version new file mode 100644 index 00000000..da648f8d --- /dev/null +++ b/extra/cryptsetup/version @@ -0,0 +1 @@ +2.2.2 1 |