diff options
Diffstat (limited to 'packages/e17/edje-editor_svn.bb')
-rw-r--r-- | packages/e17/edje-editor_svn.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/e17/edje-editor_svn.bb b/packages/e17/edje-editor_svn.bb new file mode 100644 index 0000000000..4cbbf19e9e --- /dev/null +++ b/packages/e17/edje-editor_svn.bb @@ -0,0 +1,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}" |