From 30d737f92ff7419ea642a55d68784054b7284c44 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Fri, 4 Dec 2009 22:21:12 +0100 Subject: shr-wizard_git.bb: new recipe Signed-off-by: Klaus Kurzmann --- recipes/shr/shr-wizard_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/shr/shr-wizard_git.bb (limited to 'recipes/shr/shr-wizard_git.bb') diff --git a/recipes/shr/shr-wizard_git.bb b/recipes/shr/shr-wizard_git.bb new file mode 100644 index 0000000000..839bd2bbdd --- /dev/null +++ b/recipes/shr/shr-wizard_git.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "An e17 module and a python app for the SHR first run wizard" +HOMEPAGE = "http://shr-project.org" +LICENSE = "GPL" +RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus" +SECTION = "x11/application" +PV = "0.0.0+gitr${SRCPV}" +PR = "r0" + +inherit autotools + +SRC_URI = "git://git.shr-project.org/repo/shr-wizard.git;protocol=http;branch=master" +S = "${WORKDIR}/git" + +FILES_${PN} += "${libdir}/enlightenment/modules/wizard/*/*" + + -- cgit v1.2.3