void-packages/srcpkgs/cracklib/cracklib-python.template

10 lines
186 B
Plaintext
Raw Normal View History

# Template file for 'cracklib-python'.
#
depends="python"
2013-01-24 09:23:57 +01:00
short_desc="${short_desc} -- python bindings"
pycompile_module="cracklib.py"
2012-08-23 14:48:16 +02:00
do_install() {
vmove "usr/lib/python*" usr/lib
}