aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e17/examine_20060128.bb
blob: e689eb17125a690625e9c42976131873043bcb48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "examine, the program configurator"
DEPENDS = "virtual/ecore ewl"
LICENSE = "MIT"
PR = "r0"

inherit e

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

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

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