cryptsetup
This commit is contained in:
parent
3c6e8b3828
commit
9db6a396a9
1 changed files with 20 additions and 0 deletions
20
talimatname/genel/cryptsetup/talimat
Normal file
20
talimatname/genel/cryptsetup/talimat
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Description: kullanıcı dostu dm-crypt/LUKS arayüzü
|
||||||
|
# URL: https://gitlab.com/cryptsetup/cryptsetup
|
||||||
|
# Packager: milisarge
|
||||||
|
# Depends on: libgcrypt popt
|
||||||
|
|
||||||
|
name=cryptsetup
|
||||||
|
version=1.7.5
|
||||||
|
release=1
|
||||||
|
source=(https://kernel.org/pub/linux/utils/$name/v1.7/$name-$version.tar.xz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
LIBS="-lpthread" ./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--enable-cryptsetup-reencrypt \
|
||||||
|
-disable-nls \
|
||||||
|
--disable-static
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue