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 0000000000..583be4aa24 --- /dev/null +++ b/meta/recipes-sato/web/web_svn.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | LICENSE = "GPL" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" | ||
4 | DESCRIPTION = "Web is a multi-platform web browsing application." | ||
5 | PR = "r2" | ||
6 | |||
7 | PV = "0.0+svnr${SRCREV}" | ||
8 | |||
9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ | ||
10 | file://owl-window-menu.patch;patch=1 \ | ||
11 | " | ||
12 | |||
13 | S = "${WORKDIR}/trunk" | ||
14 | |||
15 | inherit autotools pkgconfig gconf | ||
16 | |||