aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/table.inc
blob: 6ee167219744707007663e41f0e0c0b891283c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
#}