Add libcroco, a css parsing an manipulation library
authorKoen Kooi <koen@openembedded.org>
Mon, 15 Aug 2005 14:22:34 +0000 (14:22 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 15 Aug 2005 14:22:34 +0000 (14:22 +0000)
packages/libcroco/.mtn2git_empty [new file with mode: 0644]
packages/libcroco/libcroco_0.6.0.bb [new file with mode: 0644]

diff --git a/packages/libcroco/.mtn2git_empty b/packages/libcroco/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libcroco/libcroco_0.6.0.bb b/packages/libcroco/libcroco_0.6.0.bb
new file mode 100644 (file)
index 0000000..378b2ad
--- /dev/null
@@ -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 <koen@handhelds.org>"
+DEPENDS = "glib-2.0 libxml2"
+LICENSE = "LGPL"
+PR = "r0"
+
+inherit autotools pkgconfig gnome
+
+