summaryrefslogtreecommitdiff
path: root/packages/e17/entice_cvs.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-06-21 08:49:48 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-06-21 08:49:48 +0000
commit7ebefcff1fdc6993a30d1d6789a90c54578068e4 (patch)
tree7f656e7b251105ed59088873071928d4fb1737ba /packages/e17/entice_cvs.bb
parent11cd48c28ef8e701fc43b9905a3a4f7af4fb5c8f (diff)
parent35673b07fcb65e7109ed0430a9a4aa7e4313d437 (diff)
merge of '2b710e1818e35c1ae6f03e19452a17638f3b8048'
and '9a039e377450d290fde23e8f83821bd022343fd4'
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}"