From: Koen Kooi Date: Mon, 15 Aug 2005 14:22:34 +0000 (+0000) Subject: Add libcroco, a css parsing an manipulation library X-Git-Tag: Release-2010-05/1~9453^2~3858^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b93c3fb1203e3474b0ad23c56476f494d8da402;p=openembedded.git Add libcroco, a css parsing an manipulation library --- diff --git a/packages/libcroco/.mtn2git_empty b/packages/libcroco/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/libcroco/libcroco_0.6.0.bb b/packages/libcroco/libcroco_0.6.0.bb new file mode 100644 index 0000000000..378b2ad523 --- /dev/null +++ b/packages/libcroco/libcroco_0.6.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" +SECTION = "x11/utils" +MAINTAINER = "Koen Kooi " +DEPENDS = "glib-2.0 libxml2" +LICENSE = "LGPL" +PR = "r0" + +inherit autotools pkgconfig gnome + +