aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/edje-player_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/e17/edje-player_svn.bb')
-rw-r--r--recipes/e17/edje-player_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/e17/edje-player_svn.bb b/recipes/e17/edje-player_svn.bb
new file mode 100644
index 0000000000..7cddee41a0
--- /dev/null
+++ b/recipes/e17/edje-player_svn.bb
@@ -0,0 +1,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}"