diff options
| author | Sergey Lapin <slapin@ossfans.org> | 2009-08-05 17:14:29 +0400 |
|---|---|---|
| committer | Sergey Lapin <slapin@ossfans.org> | 2009-08-05 17:14:29 +0400 |
| commit | 5d87cec7a3e962afb7cfa621d172abc3effc085d (patch) | |
| tree | 5e26142100749807b517588779120b73a83a30d2 /recipes/devhelp/devhelp_0.23.bb | |
| parent | c91a54aef8a39e7cbb2571574f56f2cf12104ff1 (diff) | |
| parent | 2880b3877d38bfaa4056af6df7f122a64e955292 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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 +} |
