From d1bc230994b9b5b8d8ad527315cae753c418e2f4 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 22 Sep 2009 07:07:20 +0000 Subject: ophonekitd: Add recipe (from SHR) --- recipes/shr/ophonekitd_git.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/shr/ophonekitd_git.bb (limited to 'recipes') diff --git a/recipes/shr/ophonekitd_git.bb b/recipes/shr/ophonekitd_git.bb new file mode 100644 index 0000000000..ed561c7c75 --- /dev/null +++ b/recipes/shr/ophonekitd_git.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Ophonekitd daemon" +HOMEPAGE = "http://shr-project.org/" +LICENSE = "GPL" +SECTION = "x11/applications" +DEPENDS += " dbus-glib libframeworkd-glib libframeworkd-phonegui sqlite3" +PV = "0.0.2+gitr${SRCREV}" +PR = "r18" + +SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master" +S = "${WORKDIR}/git/${PN}" + +inherit autotools + +do_install_append() { + install -d ${D}${sysconfdir}/X11/Xsession.d/ + install -d ${D}${sysconfdir}/dbus-1/system.d/ + install -d ${D}${datadir}/ophonekitd/ + install -d ${D}${localstatedir}/db + install -m 0755 ${S}/data/80ophonekitd ${D}${sysconfdir}/X11/Xsession.d/ + install -m 0755 ${S}/data/ophonekitd.conf ${D}${sysconfdir}/dbus-1/system.d/ +} + +FILES_${PN} += "${datadir} ${sysconfdir}" + -- cgit v1.2.3