poky/meta/packages/clutter/clutter-box2d.inc
2008-05-19 14:49:35 +00:00

17 lines
300 B
PHP

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}
}