--- recipes/shr/shr-e-gadgets_git.bb | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 recipes/shr/shr-e-gadgets_git.bb
diff --git a/recipes/shr/shr-e-gadgets_git.bb b/recipes/shr/shr-e-gadgets_git.bb new file mode 100644 index 0000000..5f93f74 --- /dev/null +++ b/recipes/shr/shr-e-gadgets_git.bb @@ -0,0 +1,22 @@ +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${SRCPV}" +PR = "r1" + +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/*/*/* \ +" + + -- 1.7.0.2 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
