mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4766 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
512 B
BlitzBasic
17 lines
512 B
BlitzBasic
DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit"
|
|
SECTION = "x11/utils"
|
|
DEPENDS = "glib-2.0 libxml2 zlib"
|
|
LICENSE = "LGPL"
|
|
PR = "r2"
|
|
|
|
inherit autotools 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}/
|
|
}
|