blob: c8b06de346267360957646617a989e6960a4baa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Examine, the program configurator"
DEPENDS = "ewl"
LICENSE = "MIT BSD"
PV = "0.0.1+cvs${SRCDATE}"
PR = "r0"
inherit e
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"
|