void-packages/srcpkgs/cracklib/cracklib-python.template
2012-08-23 14:48:16 +02:00

14 lines
252 B
Plaintext

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