1 # Contributor: Matteo Mattei <matteo.mattei@gmail.com>
6 pkgdesc="This package provides an interface to the cracklib (libcrack) libraries that come standard on most unix-like distributions."
8 url="http://pecl.php.net/package/crack"
10 depends=('php' 'cracklib')
11 source=(http://pecl.php.net/get/crack-${pkgver}.tgz)
12 md5sums=('7cfe9df99f546cf6bd55b535d71e3b1f')
15 cd ${srcdir}/crack-${pkgver}
17 ./configure --prefix=/usr --with-crack
19 make INSTALL_ROOT=${pkgdir} install