2010-11-08 16:56:59 +01:00
|
|
|
# Template file for 'exo-python'.
|
|
|
|
#
|
|
|
|
short_desc="${short_desc} - python bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the bindings for the Python language."
|
|
|
|
|
2011-11-17 17:49:49 +01:00
|
|
|
revision=3
|
2011-10-05 16:42:03 +02:00
|
|
|
pycompile_module="exo-0.6 pyexo"
|
|
|
|
|
2010-11-08 16:56:59 +01:00
|
|
|
Add_dependency run pygtk
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
install -d ${DESTDIR}/usr/lib
|
|
|
|
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
|
|
|
}
|