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

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"