shr-e-gadgets: new recipe for e17 gadgets
authorTom 'TAsn' Hacohen <tom@stosb.com>
Fri, 19 Mar 2010 10:19:27 +0000 (10:19 +0000)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 19 Mar 2010 11:41:36 +0000 (12:41 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/shr/shr-e-gadgets_git.bb [new file with mode: 0644]

diff --git a/recipes/shr/shr-e-gadgets_git.bb b/recipes/shr/shr-e-gadgets_git.bb
new file mode 100644 (file)
index 0000000..b1a83d8
--- /dev/null
@@ -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/*/*/* \
+"