void-packages/srcpkgs/cracklib/cracklib-python.template
2013-01-24 09:23:57 +01:00

10 lines
186 B
Plaintext

# Template file for 'cracklib-python'.
#
depends="python"
short_desc="${short_desc} -- python bindings"
pycompile_module="cracklib.py"
do_install() {
vmove "usr/lib/python*" usr/lib
}