aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorTom 'TAsn' Hacohen <tom@stosb.com>2010-03-19 10:19:27 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-19 12:41:36 +0100
commit06fc7fa5e158f51fd5db8b9d41dfe9680881922c (patch)
treeed42c073ac2cec20934ae1cb6b0e6a8aa10eed9e /recipes
parent4cf9229119d459b3ce75d7537e507d50bef531c0 (diff)
downloadopenembedded-06fc7fa5e158f51fd5db8b9d41dfe9680881922c.tar.gz
shr-e-gadgets: new recipe for e17 gadgets
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/shr/shr-e-gadgets_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/shr/shr-e-gadgets_git.bb b/recipes/shr/shr-e-gadgets_git.bb
new file mode 100644
index 0000000000..b1a83d8e31
--- /dev/null
+++ b/recipes/shr/shr-e-gadgets_git.bb
@@ -0,0 +1,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 = "273576014a79823bd45f7cd9c4e0314bb001b762"
+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/*/*/* \
+"