diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-13 17:30:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-13 17:30:10 +0300 |
commit | 899204961996123f934c977534407fccb296b864 (patch) | |
tree | 4b62685324a85137edcf32399d564c9fc6e225c5 /extra | |
parent | 9d02690c339d5915e3f4a51bf681c528f2139a39 (diff) | |
download | repository-899204961996123f934c977534407fccb296b864.tar.gz |
cryptsetup: removed from main
Diffstat (limited to 'extra')
-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, 0 insertions, 19 deletions
diff --git a/extra/cryptsetup/build b/extra/cryptsetup/build deleted file mode 100755 index 6e6631df..00000000 --- a/extra/cryptsetup/build +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 deleted file mode 100644 index ee2166b1..00000000 --- a/extra/cryptsetup/checksums +++ /dev/null @@ -1 +0,0 @@ -395690de99509428354d3cd15cf023bed01487e6f1565b2181e013dc847bbc85 cryptsetup-2.3.0.tar.xz diff --git a/extra/cryptsetup/depends b/extra/cryptsetup/depends deleted file mode 100644 index 0590f3c2..00000000 --- a/extra/cryptsetup/depends +++ /dev/null @@ -1,4 +0,0 @@ -json-c -lvm2 -popt -util-linux diff --git a/extra/cryptsetup/sources b/extra/cryptsetup/sources deleted file mode 100644 index 512879ed..00000000 --- a/extra/cryptsetup/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.kernel.org/pub/linux/utils/cryptsetup/v2.3/cryptsetup-2.3.0.tar.xz diff --git a/extra/cryptsetup/version b/extra/cryptsetup/version deleted file mode 100644 index fbf76438..00000000 --- a/extra/cryptsetup/version +++ /dev/null @@ -1 +0,0 @@ -2.3.0 1 |