blob: 583be4aa24c0a18a78791de79e3fb7fe51df77f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|