aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17/examine_cvs.bb
blob: 89d0dd57554f2aa6a254615b4c3204e2b26cdb9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Examine, the program configurator"
DEPENDS = "ewl"
LICENSE = "MIT"
PV = "0.0.0+cvs${SRCDATE}"
PR = "r0"

inherit e

SRC_URI = "${E_CVS};module=e17/apps/examine"
S = "${WORKDIR}/examine"

EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"

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