void-packages/srcpkgs/libpwquality/template

22 lines
976 B
Text
Raw Normal View History

2012-06-20 15:41:06 +00:00
# Template file for 'libpwquality'
pkgname=libpwquality
version=1.1.1
2012-07-09 16:14:26 +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-07-09 16:14:26 +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/"
distfiles="https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$version.tar.bz2"
checksum=d11c71e88963feba1b06a594def201f2b4235680a8ac72ec6bbfc998e0acdf4e
long_desc="
The libpwquality library purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness.
The library also provides a function for generating random passwords with
good pronounceability. The library supports reading and parsing of a
configuration file."