summaryrefslogtreecommitdiff
path: root/packages/e17/edje-editor_cvs.bb
blob: 72c83dc56e2498bca2c5bcfa1b7eb01d1e97f796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Edje-Editor is just that."
LICENSE = "MIT"
DEPENDS = "etk"
PV = "0.0.0+svn${SRCDATE}"
PR = "r0"

inherit e

SRC_URI = "${E_CVS};module=e17/proto/edje_editor"
S = "${WORKDIR}/edje_editor"

FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"