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