1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-08 03:20:47 +00:00
Files

14 lines
264 B
PHP

DESCRIPTION = "Table Clutter Demo"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"
DEPENDS = "clutter-gst-0.6 gnome-vfs"
inherit autotools_stage pkgconfig
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/table ${D}${bindir}/table
}