aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/edje-viewer_svn.bb
blob: bf3ab00e105980c9e6bb55ee2cf711bb4b1ac9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Edje_Viewer is just that."
DEPENDS = "etk"
LICENSE = "MIT BSD"
PV = "0.0.0+svnr${SRCREV}"
PR = "r2"

inherit e

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

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