abiword: add 2.8.3
[openembedded.git] / recipes / shr / shr-e-gadgets_git.bb
1 DESCRIPTION = "An e17 module for a lot of needed shr-gadgets"
2 HOMEPAGE = "http://shr-project.org"
3 LICENSE = "BSD"
4 DEPENDS = "e-wm"
5 RDEPENDS = "e-wm"
6 SECTION = "x11/application"
7
8 SRCREV = "548a0a1f42c4e09f03db85509ad5c92ef491f9ca"
9 PV = "0.0.0+gitr${SRCREV}"
10
11 inherit autotools
12
13 SRC_URI = "git://git.shr-project.org/repo/shr-e-gadgets.git;protocol=http;branch=master"
14 S = "${WORKDIR}/git"
15
16 FILES_${PN} += "\
17         ${libdir}/enlightenment/modules/*/*.* \
18         ${libdir}/enlightenment/modules/*/*/* \
19 "