blob: 9cdf1f9da32000558d13cabffe0e711e84758aa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
DESCRIPTION = "Multi-platform web browsing application."
HOMEPAGE = "http://o-hand.com/"
BUGTRACKER = "http://bugzilla.openedhand.com/"
LICENSE = "GPLv2"
SECTION = "x11"
DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl"
PV = "0.0+svnr${SRCREV}"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \
file://link-with-g++.patch;patch=1"
S = "${WORKDIR}/webkit"
EXTRA_OECONF = "--enable-libowl"
inherit autotools pkgconfig gconf
do_configure_prepend() {
touch ${S}/src/dummy.cpp
}
FILES_${PN} += "${datadir}/web2"
|