05023f7fa297c46caab3f122722a91d8f58aa335
[openembedded.git] / packages / e17 / entice_20060128.bb
1 DESCRIPTION = "Entice is the E17 picture viewer"
2 SECTION = "e/apps"
3 # can also depend on GIMP for editing
4 DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11"
5 LICENSE = "MIT"
6 HOMEPAGE = "http://www.enlightenment.org"
7 MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
8 PR = "r1"
9
10 SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/apps/entice;date=${PV}"
11 S = "${WORKDIR}/entice"
12
13 inherit autotools
14
15 EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc"
16
17 FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"
18