diff options
Diffstat (limited to 'recipes/gtk-webcore/osb-browser_0.5.0.bb')
-rw-r--r-- | recipes/gtk-webcore/osb-browser_0.5.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gtk-webcore/osb-browser_0.5.0.bb b/recipes/gtk-webcore/osb-browser_0.5.0.bb new file mode 100644 index 0000000000..a401de6129 --- /dev/null +++ b/recipes/gtk-webcore/osb-browser_0.5.0.bb @@ -0,0 +1,11 @@ +LICENSE = "GPL" +DESCRIPTION = "Gtk+ WebCore - reference browser" +HOMEPAGE = "http://gtk-webcore.sourceforge.net/" +PRIORITY = "optional" +DEPENDS = "osb-nrcit gtk+ glib-2.0 libglade" +SECTION = "gpe" + +SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-browser-${PV}.tar.gz \ + file://no-pedantic.patch;patch=1" + +inherit autotools |