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