aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-e-gadgets_git.bb
blob: acef09b4485bd6a3ad90aca4ef8a6d675de7d78c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "An e17 module for a lot of needed shr-gadgets"
HOMEPAGE = "http://shr-project.org"
LICENSE = "BSD"
DEPENDS = "e-wm"
RDEPENDS = "e-wm"
SECTION = "x11/application"

SRCREV = "c23dda5f81ed3c6d785617696fb009adb5594a55"
PV = "0.0.0+gitr${SRCREV}"

inherit autotools

SRC_URI = "git://git.shr-project.org/repo/shr-e-gadgets.git;protocol=http;branch=master"
S = "${WORKDIR}/git"

FILES_${PN} += "\
	${libdir}/enlightenment/modules/*/*.* \
	${libdir}/enlightenment/modules/*/*/* \
"