cracklib: update to 2.8.14, convert to subpkgs.
--HG-- extra : convert_revision : a12d09c5a539df5185d0a1f2c4439300a6d69a5d
This commit is contained in:
15
srcpkgs/cracklib/cracklib-python.template
Normal file
15
srcpkgs/cracklib/cracklib-python.template
Normal file
@@ -0,0 +1,15 @@
|
||||
# Template file for 'cracklib-python'.
|
||||
#
|
||||
short_desc="${sourcepkg} python bindings"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains python bindings for cracklib."
|
||||
|
||||
Add_dependency run python
|
||||
Add_dependency run cracklib
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user