aboutsummaryrefslogtreecommitdiff
path: root/extra/cryptsetup
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
commit03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch)
tree81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/cryptsetup
downloadrepository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz
secondary commit
Diffstat (limited to 'extra/cryptsetup')
-rwxr-xr-xextra/cryptsetup/build12
-rw-r--r--extra/cryptsetup/checksums1
-rw-r--r--extra/cryptsetup/depends4
-rw-r--r--extra/cryptsetup/sources1
-rw-r--r--extra/cryptsetup/version1
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