diff options
Diffstat (limited to 'gtk-webcore/osb-browser_0.5.0.oe')
-rw-r--r-- | gtk-webcore/osb-browser_0.5.0.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk-webcore/osb-browser_0.5.0.oe b/gtk-webcore/osb-browser_0.5.0.oe index e69de29bb2..c2ce4e8330 100644 --- a/gtk-webcore/osb-browser_0.5.0.oe +++ b/gtk-webcore/osb-browser_0.5.0.oe @@ -0,0 +1,12 @@ +LICENSE = GPL +DESCRIPTION = "Gtk+ WebCore - reference browser" +HOMEPAGE = "http://gtk-webcore.sourceforge.net/" +PRIORITY = "optional" +MAINTAINER = "Rene Wagner <rw@handhelds.org>" +DEPENDS = "osb-nrcit" +SECTION = "gpe" + +SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-browser-${PV}.tar.gz \ + file://no-pedantic.patch;patch=1" + +inherit autotools |