[oe-commits] Stefan Schmidt : ophonekitd: Add recipe (from SHR)

git version control git at git.openembedded.org
Tue Sep 22 14:18:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d1bc230994b9b5b8d8ad527315cae753c418e2f4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d1bc230994b9b5b8d8ad527315cae753c418e2f4

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Tue Sep 22 07:07:20 2009 +0000

ophonekitd: Add recipe (from SHR)

---

 recipes/shr/ophonekitd_git.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/shr/ophonekitd_git.bb b/recipes/shr/ophonekitd_git.bb
new file mode 100644
index 0000000..ed561c7
--- /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}"
+





More information about the Openembedded-commits mailing list