2012-03-15 09:59:21 +00:00
|
|
|
# Template file for 'cryptsetup'
|
|
|
|
pkgname=cryptsetup
|
2012-10-22 21:07:58 +00:00
|
|
|
version=1.5.1
|
|
|
|
revision=1
|
2012-05-24 09:14:53 +00:00
|
|
|
subpackages="libcryptsetup cryptsetup-devel"
|
2012-03-15 09:59:21 +00:00
|
|
|
build_style=gnu-configure
|
2012-10-22 21:07:58 +00:00
|
|
|
makedepends="pkg-config popt-devel libuuid-devel device-mapper-devel
|
|
|
|
libgcrypt-devel"
|
2012-03-15 09:59:21 +00:00
|
|
|
short_desc="Setup virtual encryption devices under dm-crypt Linux"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
2012-06-30 14:36:56 +00:00
|
|
|
homepage="http://code.google.com/p/cryptsetup"
|
|
|
|
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
2012-10-22 21:07:58 +00:00
|
|
|
checksum=16d23f78cab35937281a0ae7a8febce0c3a1a0f291cc94e169a7b968b81d2b36
|
2012-03-15 09:59:21 +00:00
|
|
|
long_desc="
|
|
|
|
Cryptsetup provides an interface for configuring encryption on block devices
|
|
|
|
(such as /home or swap partitions), using the Linux kernel device mapper target
|
|
|
|
dm-crypt. It features integrated Linux Unified Key Setup (LUKS) support.
|
|
|
|
|
|
|
|
Cryptsetup is backwards compatible with the on-disk format of cryptoloop, but
|
|
|
|
also supports more secure formats. This package includes support for automatically
|
|
|
|
configuring encrypted devices at boot time via the config file /etc/crypttab.
|
|
|
|
Additional features are cryptoroot support through initramfs-tools and several
|
|
|
|
supported ways to read a passphrase or key."
|