diff options
Diffstat (limited to 'meta/recipes-sato/web/web_svn.bb')
-rw-r--r-- | meta/recipes-sato/web/web_svn.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web/web_svn.bb new file mode 100644 index 00000000000..583be4aa24c --- /dev/null +++ b/meta/recipes-sato/web/web_svn.bb @@ -0,0 +1,16 @@ +LICENSE = "GPL" +SECTION = "x11" +DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" +DESCRIPTION = "Web is a multi-platform web browsing application." +PR = "r2" + +PV = "0.0+svnr${SRCREV}" + +SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ + file://owl-window-menu.patch;patch=1 \ + " + +S = "${WORKDIR}/trunk" + +inherit autotools pkgconfig gconf + |