2008-12-16 02:17:52 +01:00
|
|
|
# Template file for 'cracklib'
|
|
|
|
pkgname=cracklib
|
2012-08-23 14:48:16 +02:00
|
|
|
version=2.8.19
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-08-23 14:48:16 +02:00
|
|
|
configure_args="--disable-static"
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="python-devel zlib-devel"
|
2008-12-16 02:17:52 +01:00
|
|
|
short_desc="Password Checking Library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-06 10:13:04 +01:00
|
|
|
license="LGPL-2.1"
|
2012-08-23 14:48:16 +02:00
|
|
|
homepage="http://cracklib.sourceforge.net/"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/cracklib/$pkgname-$version.tar.gz"
|
|
|
|
checksum=7086b0ca23f875c9cd9ea2a993c262384b274dba9c4ea1da845ec8ac290748a9
|
2008-12-16 02:17:52 +01:00
|
|
|
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)."
|
|
|
|
|
2009-12-05 03:06:46 +01:00
|
|
|
subpackages="$pkgname-devel $pkgname-python"
|
2008-12-16 02:17:52 +01:00
|
|
|
|
2012-01-30 09:11:16 +01:00
|
|
|
post_install() {
|
2008-12-16 02:17:52 +01:00
|
|
|
# Create default small wordlist.
|
2012-04-23 11:59:20 +02:00
|
|
|
vmkdir usr/share/cracklib
|
2008-12-16 02:17:52 +01:00
|
|
|
sh ./util/cracklib-format dicts/cracklib-small \
|
2012-04-23 11:59:20 +02:00
|
|
|
| sh ./util/cracklib-packer ${DESTDIR}/usr/share/cracklib/pw_dict
|
2008-12-16 02:17:52 +01:00
|
|
|
}
|