summaryrefslogtreecommitdiff
path: root/packages/e17/entice_cvs.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-06-21 03:51:17 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-06-21 03:51:17 +0000
commita375ded2d26d83858eb03dcb716f76969f8efa4c (patch)
tree31df8b093e56d48282878cef75d8fd02f051407e /packages/e17/entice_cvs.bb
parent2a018a41a0106416788e36c574375c7654f27e33 (diff)
e17 applications: catch up with EFL overhaul
Diffstat (limited to 'packages/e17/entice_cvs.bb')
-rw-r--r--packages/e17/entice_cvs.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/e17/entice_cvs.bb b/packages/e17/entice_cvs.bb
new file mode 100644
index 0000000000..62a80ead47
--- /dev/null
+++ b/packages/e17/entice_cvs.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Entice is the E17 picture viewer"
+# can also depend on GIMP for editing
+LICENSE = "MIT"
+DEPENDS = "edb evas ecore edje epsilon esmart"
+PV = "0.0.0+cvs${SRCDATE}"
+PR = "r0"
+
+inherit e
+
+SRC_URI = "${E_CVS};module=e17/apps/entice"
+S = "${WORKDIR}/entice"
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
+FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"