cracklib: update to 2.8.14, convert to subpkgs.

--HG--
extra : convert_revision : a12d09c5a539df5185d0a1f2c4439300a6d69a5d
This commit is contained in:
Juan RP
2009-12-05 03:06:46 +01:00
parent 7ed5bdb3b7
commit d5cc05cd5a
5 changed files with 38 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
# Template file for 'cracklib-python'.
#
short_desc="${sourcepkg} python bindings"
long_desc="${long_desc}
This package contains python bindings for cracklib."
Add_dependency run python
Add_dependency run cracklib
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
}