void-packages/srcpkgs/libpwquality/template

24 lines
778 B
Text
Raw Normal View History

2012-06-20 15:41:06 +00:00
# Template file for 'libpwquality'
pkgname=libpwquality
2012-10-22 21:12:25 +00:00
version=1.2.0
2013-02-13 08:26:39 +00:00
revision=2
2012-06-20 15:41:06 +00:00
build_style=gnu-configure
configure_args="--disable-static --enable-pam --disable-python-bindings
2012-10-22 21:12:25 +00:00
--with-securedir=/usr/lib/security"
2012-06-20 15:41:06 +00:00
makedepends="pam-devel"
subpackages="$pkgname-devel"
conf_files="/etc/security/pwquality.conf"
short_desc="Library for password quality checking and generating random passwords"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://fedorahosted.org/libpwquality/"
2013-02-13 08:26:39 +00:00
license="GPL-2"
2012-06-20 15:41:06 +00:00
distfiles="https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$version.tar.bz2"
2012-10-22 21:12:25 +00:00
checksum=32cfbe302ade7e7271ed44bcae8aae3b6b55ca56ff642c4ece1752ffaa8003ee
2013-02-13 08:26:39 +00:00
if [ "$XBPS_CROSS_BUILD" ]; then
hostmakedepends="automake gettext-devel"
2013-02-13 08:26:39 +00:00
pre_configure() {
autoreconf -fi
}
fi