milis/talimatname/genel/c/cryptsetup/talimat

21 lines
472 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: kullanıcı dostu dm-crypt/LUKS arayüzü
2017-08-20 06:00:09 +03:00
# URL: https://gitlab.com/cryptsetup/cryptsetup
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: libgcrypt popt
2017-08-20 06:00:09 +03:00
2017-10-28 15:10:23 +03:00
isim=cryptsetup
surum=1.7.5
devir=1
kaynak=(https://kernel.org/pub/linux/utils/$isim/v1.7/$isim-$surum.tar.xz)
2017-08-20 06:00:09 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2017-08-20 06:00:09 +03:00
LIBS="-lpthread" ./configure \
--prefix=/usr \
--enable-cryptsetup-reencrypt \
-disable-nls \
--disable-static
make
make DESTDIR=$PKG install
}