2012-03-15 09:59:21 +00:00
|
|
|
# Template file for 'cryptsetup'
|
|
|
|
pkgname=cryptsetup
|
2014-02-28 08:22:21 +00:00
|
|
|
version=1.6.4
|
2014-06-16 11:36:41 +00:00
|
|
|
revision=2
|
2012-03-15 09:59:21 +00:00
|
|
|
build_style=gnu-configure
|
2014-02-28 08:22:21 +00:00
|
|
|
configure_args="--enable-pwquality --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr"
|
2013-03-24 09:21:58 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="popt-devel libuuid-devel device-mapper-devel libgcrypt-devel libpwquality-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"
|
2014-02-28 08:22:21 +00:00
|
|
|
distfiles="https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/${pkgname}-${version}.tar.xz"
|
|
|
|
checksum=70b8e86eef94bbb4441ad38460d87138130d7aaaafe5d01131c3ba50b9f0dca0
|
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
|
|
|
}
|
|
|
|
}
|