blob: d86ddd646492010f848d042642cb47cccdc83b01 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Cascading Style Sheet (CSS) parsing and manipulation toolkit"
2HOMEPAGE = "http://www.gnome.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "LGPLv2 & LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
7 file://src/cr-rgb.c;endline=22;md5=31d5f0944d556c8589d04ea6055fcc66 \
8 file://tests/cr-test-utils.c;endline=21;md5=2382c27934cae1d3792fcb17a6142c4e"
9
10SECTION = "x11/utils"
11DEPENDS = "glib-2.0 libxml2 zlib"
Brad Bishop316dfdd2018-06-25 12:45:53 -040012BBCLASSEXTEND = "native nativesdk"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050013EXTRA_OECONF += "--enable-Bsymbolic=auto"
14
15BINCONFIG = "${bindir}/croco-0.6-config"
16
Brad Bishop316dfdd2018-06-25 12:45:53 -040017inherit gnomebase gtk-doc binconfig-disabled
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018
19SRC_URI[archive.md5sum] = "bc0984fce078ba2ce29f9500c6b9ddce"
20SRC_URI[archive.sha256sum] = "ddc4b5546c9fb4280a5017e2707fbd4839034ed1aba5b7d4372212f34f84f860"