cryptsetup: update to 1.4.2.

This commit is contained in:
Juan RP 2012-05-24 11:14:53 +02:00
parent b5b34b7e72
commit 6fb4ed703f
2 changed files with 5 additions and 8 deletions

View file

@ -1,12 +1,11 @@
# Template file for 'cryptsetup-devel'.
#
depends="libcryptsetup>=1.4.1"
noarch=yes
depends="libcryptsetup>=$version"
short_desc="${sourcepkg} - development files"
long_desc="${long_desc}
This package contains development files: headers, static libs, etc."
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib

View file

@ -1,14 +1,15 @@
# Template file for 'cryptsetup'
pkgname=cryptsetup
version=1.4.1
version=1.4.2
homepage="http://code.google.com/p/cryptsetup"
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
subpackages="libcryptsetup cryptsetup-devel"
build_style=gnu-configure
makedepends="pkg-config popt-devel libuuid-devel device-mapper-devel libgcrypt-devel"
short_desc="Setup virtual encryption devices under dm-crypt Linux"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
checksum=82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb
checksum=1fe80d7b19d24b3f65d2e446decfed859e2c4d17fdf7c19289d82dc7cd60dfe7
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
@ -19,6 +20,3 @@ long_desc="
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."
subpackages="libcryptsetup cryptsetup-devel"