diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-07-22 17:17:17 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-07-22 17:17:17 +0000 |
commit | 335fde990ddad69e95bd9c3a16d4f47676d03205 (patch) | |
tree | 7ac119e6482a2ec9f892b66e7f41278e13b95360 /recipes/devhelp/devhelp_0.23.bb | |
parent | 998d60e2d579563af9236f34b72dd2370a46cf89 (diff) |
devhelp: New package, version 0.23.
Diffstat (limited to 'recipes/devhelp/devhelp_0.23.bb')
-rw-r--r-- | recipes/devhelp/devhelp_0.23.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/devhelp/devhelp_0.23.bb b/recipes/devhelp/devhelp_0.23.bb new file mode 100644 index 0000000000..4cfcecea01 --- /dev/null +++ b/recipes/devhelp/devhelp_0.23.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "API documentation browser for GTK+ and GNOME" +HOMEPAGE = "http://live.gnome.org/devhelp" +DEPENDS = "gconf glib-2.0 gtk+ libwnck webkit-gtk zlib" +PR = "r0" + +inherit gnome + +SRC_URI += "file://devhelp-includes.patch;patch=1 \ + file://devhelp-webkit.patch;patch=1" + +PACKAGES += "gedit-plugin-${PN}" +FILES_gedit-plugin-${PN} += "${libdir}/gedit-2" + +do_stage() { + autotools_stage_all +} |