cryptsetup: update to 1.6.1.
This commit is contained in:
parent
52f6f6c992
commit
58279bc75c
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cryptsetup'
|
||||
pkgname=cryptsetup
|
||||
version=1.6.0
|
||||
revision=2
|
||||
version=1.6.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pwquality"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-3"
|
||||
homepage="http://code.google.com/p/cryptsetup"
|
||||
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
||||
checksum=dd9686fce5d3276b2eb2ac40d513a9b64850af8fff881442f2cfe87257ba2406
|
||||
checksum=baf36e663c03eb6440482d91c486d61ed47ce5c9268ad04c18ca09082755149c
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libtool automake gettext-devel libgcrypt-devel"
|
||||
|
@ -21,7 +21,7 @@ if [ "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
libcryptsetup_package() {
|
||||
short_desc="${short_desc} - runtime libraries"
|
||||
short_desc+=" - runtime libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ libcryptsetup_package() {
|
|||
|
||||
cryptsetup-devel_package() {
|
||||
depends="libcryptsetup-${version}_${revision}"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue