1234567891011121314151617181920212223242526 |
- [paket]
- tanim = Dm-crypt ile şifrelenmiş aygıtları kurma aracı
- paketci = milisarge
- grup = sistem
- url = https://gitlab.com/cryptsetup/cryptsetup
- [gerek]
- derleme = json-c popt lvm2
- calisma = libgcrypt
- [kaynak]
- xz = https://www.kernel.org/pub/linux/utils/cryptsetup/v${surum%.*}
- [sha256]
- 1 = a3eeb2741f8f3376d16585191f3c60e067dd987e096c3c4b073fab7748b1c897
- [derle]
- betik = ./configure --prefix=/usr --sbindir=/usr/bin --with-crypto_backend=openssl
- betik = make
-
- [pakur]
- tip = gnu
- ;--with-crypto_backend=openssl
- ;This parameter selects the cryptographic libraries to use with the application. gcrypt is the default.
|