forked from kiss-community/repo
core: Added cryptsetup
This commit is contained in:
parent
8396663b79
commit
b217319c11
8
core/cryptsetup/build
Executable file
8
core/cryptsetup/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-static-cryptsetup
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
core/cryptsetup/checksums
Normal file
1
core/cryptsetup/checksums
Normal file
@ -0,0 +1 @@
|
||||
a3eeb2741f8f3376d16585191f3c60e067dd987e096c3c4b073fab7748b1c897 cryptsetup-2.1.0.tar.xz
|
1
core/cryptsetup/depends
Normal file
1
core/cryptsetup/depends
Normal file
@ -0,0 +1 @@
|
||||
lvm2
|
1
core/cryptsetup/licenses
Normal file
1
core/cryptsetup/licenses
Normal file
@ -0,0 +1 @@
|
||||
GPL-2.0-or-later
|
1
core/cryptsetup/sources
Normal file
1
core/cryptsetup/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.1/cryptsetup-2.1.0.tar.xz
|
1
core/cryptsetup/version
Normal file
1
core/cryptsetup/version
Normal file
@ -0,0 +1 @@
|
||||
2.1.0 1
|
Loading…
Reference in New Issue
Block a user