diff options
Diffstat (limited to 'recipes/libcroco/libcroco_0.6.2.bb')
-rw-r--r-- | recipes/libcroco/libcroco_0.6.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libcroco/libcroco_0.6.2.bb b/recipes/libcroco/libcroco_0.6.2.bb new file mode 100644 index 0000000000..e502e95f0b --- /dev/null +++ b/recipes/libcroco/libcroco_0.6.2.bb @@ -0,0 +1,11 @@ +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" +LICENSE = "LGPL" + +inherit gnome + +SRC_URI[archive.md5sum] = "1429c597aa4b75fc610ab3a542c99209" +SRC_URI[archive.sha256sum] = "be24853f64c09b63d39e563fb0222e29bae1a33c3d9f6cbffc0bc27669371749" + + |