aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devhelp/devhelp_0.23.bb
blob: 4cfcecea014d9da71994d52916bc90efa42c6648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}