summaryrefslogtreecommitdiffstats
path: root/recipes/clutter/table.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/clutter/table.inc')
-rw-r--r--recipes/clutter/table.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/clutter/table.inc b/recipes/clutter/table.inc
new file mode 100644
index 0000000000..6ee1672197
--- /dev/null
+++ b/recipes/clutter/table.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "Table Clutter Demo"
+HOMEPAGE = "http://www.clutter-project.org/"
+LICENSE = "LGPL"
+
+DEPENDS = "clutter-gst gnome-vfs"
+
+inherit autotools pkgconfig
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 ${S}/table ${D}${bindir}/table
+}
+
+#do_stage () {
+# autotools_stage_all
+#}
+