26 lines
872 B
Text
26 lines
872 B
Text
# Template file for 'cracklib'
|
|
pkgname=cracklib
|
|
version=2.8.19
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
makedepends="python-devel zlib-devel"
|
|
short_desc="Password Checking Library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://cracklib.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/cracklib/$pkgname-$version.tar.gz"
|
|
checksum=7086b0ca23f875c9cd9ea2a993c262384b274dba9c4ea1da845ec8ac290748a9
|
|
long_desc="
|
|
cracklib is a password checking library. It can check a given password
|
|
against a dictionary file to find weak passwords (vulnerable to
|
|
dictionary attacks)."
|
|
|
|
subpackages="$pkgname-devel $pkgname-python"
|
|
|
|
post_install() {
|
|
# Create default small wordlist.
|
|
vmkdir usr/share/cracklib
|
|
sh ./util/cracklib-format dicts/cracklib-small \
|
|
| sh ./util/cracklib-packer ${DESTDIR}/usr/share/cracklib/pw_dict
|
|
}
|