2008-12-16 02:17:52 +01:00
|
|
|
# Template file for 'cracklib'
|
|
|
|
pkgname=cracklib
|
2010-10-31 12:33:38 +01:00
|
|
|
version=2.8.18
|
2012-05-23 08:14:33 +02:00
|
|
|
revision=7
|
2012-02-06 10:13:04 +01:00
|
|
|
homepage="http://cracklib.sourceforge.net/"
|
2008-12-28 02:22:00 +01:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/cracklib/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
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"
|
2010-10-31 12:33:38 +01:00
|
|
|
checksum=2b072f67f7267358459424c3ed70f7f5b70919118e6504a90d3bce37a67c1454
|
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
|
|
|
}
|