blob: a572879e13d8cc4ef9586b0770198c158e276782 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Edje_Viewer is just that."
LICENSE = "MIT BSD"
DEPENDS = "elementary"
PV = "0.0.0+svnr${SRCPV}"
PR = "r3"
inherit e
SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=edje_viewer;proto=http"
S = "${WORKDIR}/edje_viewer"
FILES_${PN} += "${datadir}"
|