aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/engrave_svn.bb
blob: ebd62e058a58b879d98744ba93180d1a0559b334 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Engrave is an Edje Editing Library"
LICENSE = "MIT"
# also requires yacc and lex on host
DEPENDS = "evas ecore"
PV = "0.0.0+svnr${SRCPV}"
PR = "r1"
SRCREV = "${EFL_SRCREV}"

inherit efl

SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD;module=${PN};proto=http"