aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/emprint_svn.bb
blob: 31c744da2ac25f3b0bb3417e13e85a7f3e06dbc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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}"
SRCREV = "${EFL_SRCREV}"

inherit e
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
S = "${WORKDIR}/${SRCNAME}"

FILES_${PN}-dbg += "${libdir}/${PN}/modules/.debug"