void-packages/srcpkgs/exo/exo-python.template
2011-11-17 17:49:49 +01:00

19 lines
345 B
Plaintext

# Template file for 'exo-python'.
#
short_desc="${short_desc} - python bindings"
long_desc="${long_desc}
This package contains the bindings for the Python language."
revision=3
pycompile_module="exo-0.6 pyexo"
Add_dependency run pygtk
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
}