Added clutter-gtk-0.91.8 build template.

--HG--
branch : gnome3
This commit is contained in:
Juan RP
2011-03-01 17:34:53 +01:00
parent bf4a915dd2
commit ca432e55df
7 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Template file for 'gir-clutter-gtk'.
#
short_desc="Introspection data for GTK+ bindings for Clutter"
long_desc="${long_desc}
This package contains small pieces of introspection data for the GTK+
bindings for the Clutter Toolkit."
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
}