milis/talimatname/genel/c/cryptsetup/talimat

21 lines
480 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: kullanıcı dostu dm-crypt/LUKS arayüzü
# URL: https://gitlab.com/cryptsetup/cryptsetup
# Paketçi: milisarge
# Gerekler: 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
}