1 2 3 4 5 6 7 8 9 10 11
LICENSE = "LGPL" DESCRIPTION = "Window navigation construction toolkit" HOMEPAGE = "" inherit gnome do_stage() { autotools_stage_includes install -d ${STAGING_LIBDIR} install -m 755 libwnck/.libs/libwnck-1.so.4.9.0 ${STAGING_LIBDIR}/libwnck-1.so }