merge of 425cf1b391611c169a1c3b78f1fe86df088902b9
[vuplus_openembedded] / packages / e17 / entice_20060416.bb
1 DESCRIPTION = "Entice is the E17 picture viewer"
2 # can also depend on GIMP for editing
3 DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11"
4 LICENSE = "MIT"
5 PR = "r0"
6
7 inherit e
8
9 RDEPENDS += "libesmart-container-plugins libesmart-thumb libesmart-trans-x11-0 libesmart-file-dialog"
10
11 SRC_URI = "${E_CVS};module=e17/apps/entice;date=${PV}"
12 S = "${WORKDIR}/entice"
13
14 EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
15
16 FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"
17