mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4501 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
300 B
PHP
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}
|
|
}
|