2012-03-15 10:59:21 +01:00
|
|
|
# Template file for 'cryptsetup'
|
|
|
|
pkgname=cryptsetup
|
2013-02-10 06:25:15 +01:00
|
|
|
version=1.6.0
|
2012-10-22 23:07:58 +02:00
|
|
|
revision=1
|
2012-05-24 11:14:53 +02:00
|
|
|
subpackages="libcryptsetup cryptsetup-devel"
|
2012-03-15 10:59:21 +01:00
|
|
|
build_style=gnu-configure
|
2013-02-10 06:25:15 +01:00
|
|
|
configure_args="--enable-pwquality"
|
2013-03-24 10:21:58 +01:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="popt-devel libuuid-devel device-mapper-devel libgcrypt-devel libpwquality-devel"
|
2012-03-15 10:59:21 +01:00
|
|
|
short_desc="Setup virtual encryption devices under dm-crypt Linux"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-3"
|
2012-06-30 16:36:56 +02:00
|
|
|
homepage="http://code.google.com/p/cryptsetup"
|
|
|
|
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
2013-02-10 06:25:15 +01:00
|
|
|
checksum=dd9686fce5d3276b2eb2ac40d513a9b64850af8fff881442f2cfe87257ba2406
|
2013-02-13 09:31:41 +01:00
|
|
|
|
2013-03-24 10:21:58 +01:00
|
|
|
if [ "$XBPS_CROSS_BUILD" ]; then
|
|
|
|
hostmakedepends="automake gettext-devel pkg-config libgcrypt-devel"
|
2013-02-13 09:31:41 +01:00
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
fi
|