cryptsetup: update to 1.4.2.
This commit is contained in:
parent
b5b34b7e72
commit
6fb4ed703f
2 changed files with 5 additions and 8 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'cryptsetup-devel'.
|
# Template file for 'cryptsetup-devel'.
|
||||||
#
|
noarch=yes
|
||||||
depends="libcryptsetup>=1.4.1"
|
depends="libcryptsetup>=$version"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains development files: headers, static libs, etc."
|
This package contains development files: headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'cryptsetup'
|
# Template file for 'cryptsetup'
|
||||||
pkgname=cryptsetup
|
pkgname=cryptsetup
|
||||||
version=1.4.1
|
version=1.4.2
|
||||||
homepage="http://code.google.com/p/cryptsetup"
|
homepage="http://code.google.com/p/cryptsetup"
|
||||||
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
||||||
|
subpackages="libcryptsetup cryptsetup-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config popt-devel libuuid-devel device-mapper-devel libgcrypt-devel"
|
makedepends="pkg-config popt-devel libuuid-devel device-mapper-devel libgcrypt-devel"
|
||||||
short_desc="Setup virtual encryption devices under dm-crypt Linux"
|
short_desc="Setup virtual encryption devices under dm-crypt Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb
|
checksum=1fe80d7b19d24b3f65d2e446decfed859e2c4d17fdf7c19289d82dc7cd60dfe7
|
||||||
long_desc="
|
long_desc="
|
||||||
Cryptsetup provides an interface for configuring encryption on block devices
|
Cryptsetup provides an interface for configuring encryption on block devices
|
||||||
(such as /home or swap partitions), using the Linux kernel device mapper target
|
(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.
|
configuring encrypted devices at boot time via the config file /etc/crypttab.
|
||||||
Additional features are cryptoroot support through initramfs-tools and several
|
Additional features are cryptoroot support through initramfs-tools and several
|
||||||
supported ways to read a passphrase or key."
|
supported ways to read a passphrase or key."
|
||||||
|
|
||||||
subpackages="libcryptsetup cryptsetup-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue