aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/eve_svn.bb
blob: d51aed3d46ee0db752f49889ef0af0faa431dbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = " Enlightenment webbrowser"
LICENSE = "GPL"
DEPENDS = "webkit-efl evas ecore edje"
PV = "0.0.1+svnr${SRCPV}"
PR = "r4"
SRCREV = "${EFL_SRCREV}"

LDFLAGS += "-lstdc++"

inherit e

SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eve;proto=http \
"

S = "${WORKDIR}/eve"

RDEPENDS_${PN} = "${PN}-themes"