blob: 4cbbf19e9ee368338eed0e6f73e0cdb910d6a52e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Edje-Editor is just that."
LICENSE = "MIT BSD"
DEPENDS = "etk"
PV = "0.0.0+svnr${SRCREV}"
PR = "r1"
inherit e
SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=edje_editor;proto=http"
S = "${WORKDIR}/edje_editor"
FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"
|