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