milis/talimatname/genel/c/cryptsetup/talimat

21 lines
480 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: kullanıcı dostu dm-crypt/LUKS arayüzü
2017-08-20 05:00:09 +02:00
# URL: https://gitlab.com/cryptsetup/cryptsetup
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libgcrypt popt
2017-08-20 05:00:09 +02:00
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
}