aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/emprint_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-24 17:08:53 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-24 17:08:53 +0100
commitd7c7cda4a200a9d23d9a522871e387142e3ba4db (patch)
treed509c2c9b990cc7b2b8992fc19d4b103f6a815aa /recipes/e17/emprint_svn.bb
parentdf85cf92688b654930ec0105d6327494b9ac2d6f (diff)
downloadopenembedded-d7c7cda4a200a9d23d9a522871e387142e3ba4db.tar.gz
e17: add some modules: cpu, forecasts, uptime and screenshot (+ emprint dep)
Diffstat (limited to 'recipes/e17/emprint_svn.bb')
-rw-r--r--recipes/e17/emprint_svn.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/e17/emprint_svn.bb b/recipes/e17/emprint_svn.bb
new file mode 100644
index 0000000000..7f63083400
--- /dev/null
+++ b/recipes/e17/emprint_svn.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Emprint is a utility for taking screenshots of the entire screen, a specific window, or a specific region."
+LICENSE = "MIT BSD"
+DEPENDS = "imlib2 virtual/libx11 ecore evas edje eina"
+PV = "0.0.1+svnr${SRCPV}"
+
+inherit e
+
+SRCREV = "${EFL_SRCREV}"
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/;module=emprint;proto=http"
+S = "${WORKDIR}/emprint"
+
+FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug"