2009-12-05 03:06:46 +01:00
|
|
|
# Template file for 'cracklib-python'.
|
|
|
|
#
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="python"
|
2013-01-24 09:23:57 +01:00
|
|
|
short_desc="${short_desc} -- python bindings"
|
|
|
|
pycompile_module="cracklib.py"
|
2010-11-17 21:08:18 +01:00
|
|
|
|
2012-08-23 14:48:16 +02:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/python*" usr/lib
|
2009-12-05 03:06:46 +01:00
|
|
|
}
|