libcroco: Convert to use autotools_stage

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-06-12 15:59:39 +01:00
parent 078d43d16a
commit c3e0da1363

View File

@@ -2,15 +2,8 @@ DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading St
SECTION = "x11/utils"
DEPENDS = "glib-2.0 libxml2 zlib"
LICENSE = "LGPL"
PR = "r2"
PR = "r3"
inherit autotools pkgconfig gnome
inherit autotools_stage pkgconfig gnome
SRC_URI_append = " file://croco.patch;patch=1 "
do_stage() {
install -d ${STAGING_LIBDIR}
install -d ${STAGING_INCDIR}/libcroco
install -m 644 src/*.h ${STAGING_INCDIR}/libcroco/
install -m 755 src/.libs/*so* ${STAGING_LIBDIR}/
}