9 lines
186 B
Text
9 lines
186 B
Text
# 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
|
|
}
|