2010-04-14 13:52:00 +00:00
|
|
|
# Template file for 'vte-python'.
|
|
|
|
#
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="pygtk"
|
2010-04-14 13:52:00 +00:00
|
|
|
short_desc="${sourcepkg} - Python bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the Python bindings."
|
|
|
|
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/{lib,share}
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/share/pygtk* ${DESTDIR}/usr/share
|
|
|
|
}
|