2012-03-15 09:59:21 +00:00
|
|
|
# Template file for 'cryptsetup'
|
|
|
|
pkgname=cryptsetup
|
2015-03-24 06:11:21 +00:00
|
|
|
version=1.6.7
|
2015-05-08 15:21:31 +00:00
|
|
|
revision=2
|
2015-03-18 14:37:37 +00:00
|
|
|
build_pie=yes
|
2012-03-15 09:59:21 +00:00
|
|
|
build_style=gnu-configure
|
2015-02-21 11:35:56 +00:00
|
|
|
configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)"
|
2013-03-24 09:21:58 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2015-03-27 09:50:40 +00:00
|
|
|
makedepends="popt-devel libuuid-devel device-mapper-devel libressl-devel $(vopt_if pwquality libpwquality-devel)"
|
2015-02-21 11:35:56 +00:00
|
|
|
short_desc="Setup virtual encryption devices under Linux dm-crypt"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2012-03-15 09:59:21 +00:00
|
|
|
license="GPL-3"
|
2012-06-30 14:36:56 +00:00
|
|
|
homepage="http://code.google.com/p/cryptsetup"
|
2014-02-28 08:22:21 +00:00
|
|
|
distfiles="https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/${pkgname}-${version}.tar.xz"
|
2015-03-24 06:11:21 +00:00
|
|
|
checksum=c23c24c8d662032da8650c1c84985221be8bbedf4737c1540bba7e4517dfe820
|
2013-04-12 06:55:23 +00:00
|
|
|
|
2014-08-29 08:49:02 +00:00
|
|
|
build_options="pwquality"
|
|
|
|
desc_option_pwquality="Enable support for checking password quality via libpwquality"
|
|
|
|
|
2013-04-12 06:55:23 +00:00
|
|
|
libcryptsetup_package() {
|
2013-05-03 18:11:46 +00:00
|
|
|
short_desc+=" - runtime libraries"
|
2013-04-12 06:55:23 +00:00
|
|
|
pkg_install() {
|
2013-08-14 04:52:15 +00:00
|
|
|
vmove "usr/lib/*.so.*"
|
2013-04-12 06:55:23 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
cryptsetup-devel_package() {
|
2013-12-17 17:04:31 +00:00
|
|
|
depends="libcryptsetup>=${version}_${revision}"
|
2013-05-03 18:11:46 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 06:55:23 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-08-14 04:52:15 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 06:55:23 +00:00
|
|
|
}
|
|
|
|
}
|