From: Koen Kooi Date: Tue, 2 May 2006 07:10:34 +0000 (+0000) Subject: libcroco: update to 0.6.1 X-Git-Tag: Release-2010-05/1~9453^2~1775 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0001466290c332ff1720a5ed3763511826e4167;p=openembedded.git libcroco: update to 0.6.1 --- diff --git a/packages/libcroco/libcroco_0.6.1.bb b/packages/libcroco/libcroco_0.6.1.bb new file mode 100644 index 0000000000..d5553cf138 --- /dev/null +++ b/packages/libcroco/libcroco_0.6.1.bb @@ -0,0 +1,12 @@ +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 + +do_stage() { + autotools_stage_all +}