blob: 00d864daf6d0ab2c96dc1e0cf6b20018b6ba3e51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Clutter Box2D"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "GPLv2"
DEPENDS = "clutter"
inherit autotools pkgconfig gtk-doc
do_stage () {
autotools_stage_all
}
|