2009-12-05 02:06:46 +00:00
|
|
|
# Template file for 'cracklib-python'.
|
|
|
|
#
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="python"
|
2009-12-05 02:06:46 +00:00
|
|
|
short_desc="${sourcepkg} python bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains python bindings for cracklib."
|
|
|
|
|
2011-10-05 14:42:03 +00:00
|
|
|
pycompile_module="."
|
2010-11-17 20:08:18 +00:00
|
|
|
|
2012-08-23 12:48:16 +00:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/python*" usr/lib
|
2009-12-05 02:06:46 +00:00
|
|
|
}
|