diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-02 07:10:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-02 07:10:34 +0000 |
commit | b0001466290c332ff1720a5ed3763511826e4167 (patch) | |
tree | 83793dc1e72c96d0028733358af97af45a9c4a09 /packages/libcroco | |
parent | 39e5e7577246fa9c8fff82c63fb03c3f31e13d21 (diff) |
libcroco: update to 0.6.1
Diffstat (limited to 'packages/libcroco')
-rw-r--r-- | packages/libcroco/libcroco_0.6.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 <koen@dominion.kabel.utwente.nl>" +DEPENDS = "glib-2.0 libxml2" +LICENSE = "LGPL" +PR = "r0" + +inherit autotools pkgconfig gnome + +do_stage() { + autotools_stage_all +} |