| Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Clutter Box2D" | 
| 2 | HOMEPAGE = "http://www.clutter-project.org/" | ||||
| 3 | LICENSE = "LGPLv2.1+" | ||||
| 4 | |||||
| 5 | # The main clutter lib is machine specific so we need to be too | ||||
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||||
| 7 | |||||
| 8 | inherit autotools pkgconfig gtk-doc | ||||
| 9 | |||||
| 10 | do_install_append () { | ||||
| 11 | install -d ${D}${bindir} | ||||
| 12 | install ${S}/examples/.libs/blockbox ${D}${bindir} | ||||
| 13 | } | ||||
| 14 | |||||
| 15 | FILESPATH = "${FILE_DIRNAME}/clutter-box2d" | ||||