diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/emprint_svn.bb')
| -rw-r--r-- | meta-efl/recipes-efl/e17/emprint_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/emprint_svn.bb b/meta-efl/recipes-efl/e17/emprint_svn.bb new file mode 100644 index 0000000000..e4c9816fd6 --- /dev/null +++ b/meta-efl/recipes-efl/e17/emprint_svn.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "Emprint is a utility for taking screenshots of the entire screen, a specific window, or a specific region." | ||
| 2 | LICENSE = "MIT & BSD" | ||
| 3 | DEPENDS = "imlib2 virtual/libx11 ecore evas edje eina" | ||
| 4 | PV = "0.0.1+svnr${SRCPV}" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | ||
| 6 | SRCREV = "${EFL_SRCREV}" | ||
| 7 | |||
| 8 | inherit e | ||
| 9 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | ||
| 10 | S = "${WORKDIR}/${SRCNAME}" | ||
| 11 | |||
| 12 | FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug" | ||
| 13 | |||
| 14 | PNBLACKLIST[emprint] ?= "if you want to use these modules with E18, then you need to update it to git recipe fetching newer sources from http://git.enlightenment.org/apps/emprint.git/" | ||
