summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/clutter-box2d.inc
blob: ef1f2936e776361d878c4af325725b72e8ab9f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Clutter Box2D"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "GPLv2"

DEPENDS = "clutter"

inherit autotools pkgconfig gtk-doc

do_stage () {
        autotools_stage_all
}

do_install_append () {
	install -d ${D}${bindir}
	install ${S}/examples/.libs/blockbox ${D}${bindir}
}