aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/edje-player_svn.bb
blob: 7cddee41a062a8c31bd1a85f13babfc8d59c6aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Edje-Player is just that."
SECTION = "x11/devel"
LICENSE = "MIT BSD"
DEPENDS = "etk"
SRCNAME = "edje_editor"
PV = "0.0.0+svnr${SRCREV}"
PR = "r0"

inherit e

SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=edje_player;proto=http"
S = "${WORKDIR}/edje_player"

FILES_${PN} += "${datadir}"