libcroco: update to 0.6.1
authorKoen Kooi <koen@openembedded.org>
Tue, 2 May 2006 07:10:34 +0000 (07:10 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 2 May 2006 07:10:34 +0000 (07:10 +0000)
packages/libcroco/libcroco_0.6.1.bb [new file with mode: 0644]

diff --git a/packages/libcroco/libcroco_0.6.1.bb b/packages/libcroco/libcroco_0.6.1.bb
new file mode 100644 (file)
index 0000000..d5553cf
--- /dev/null
@@ -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 <koen@dominion.kabel.utwente.nl>"
+DEPENDS = "glib-2.0 libxml2"
+LICENSE = "LGPL"
+PR = "r0"
+
+inherit autotools pkgconfig gnome
+
+do_stage() {
+       autotools_stage_all
+}