[oe-commits] Angus Ainslie : sms-sentry : add new recipe for NeoFreerunner locate tool

GIT User account git at amethyst.openembedded.net
Wed May 6 18:53:59 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 71b973cef20abf969189587529d3bbecfb32c13e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=71b973cef20abf969189587529d3bbecfb32c13e

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Wed May  6 12:43:39 2009 -0600

sms-sentry : add new recipe for NeoFreerunner locate tool

---

 conf/checksums.ini               |    4 ++++
 recipes/sms-sentry/sms-sentry.bb |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 74f6bc0..193ddb9 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -19442,6 +19442,10 @@ sha256=7b408a4e7eb5c4fa6861e3d5f0b49f5ce872c87775fb302a7d36956b77f1e2b9
 md5=baa60d94d99c943b136347a5438ad708
 sha256=b1118e32a03c245fe1140f968fc6d045dae66a7c092f2e42274e9bae3b7b96b8
 
+[http://www.handheldshell.com/software/fso/sms-sentry_1.01.tgz]
+md5=4c21f533aebbe17105374ab0fbcfede3
+sha256=e6ea066943305025dd67e200b272f278911f474c30a4d54bb74268ea930f5130
+
 [http://www.linux-projects.org/downloads/sn9c102-1.32.tar.gz]
 md5=4d5b5bb9c70e69435a608c73da73b632
 sha256=780edfac5a67172a49bc4e8b1bd384fa9184ceaf55bf5ab002fd7b8415db7e3b
diff --git a/recipes/sms-sentry/sms-sentry.bb b/recipes/sms-sentry/sms-sentry.bb
new file mode 100644
index 0000000..be6c22c
--- /dev/null
+++ b/recipes/sms-sentry/sms-sentry.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "An SMS monitor to locate a Neo Freerunner"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "python"
+
+PR = "r1"
+
+SRC_URI = "http://www.handheldshell.com/software/fso/sms-sentry_1.01.tgz"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "sms-sentry.sh"
+INITSCRIPT_PARAMS = "defaults 35"
+
+S = ${WORKDIR}/sms-sentry_1.01
+
+do_install() {
+        install -d ${D}/${sysconfdir}/init.d
+        install -d ${D}/${sysconfdir}/default
+        install -d ${D}/usr/bin
+        install -m 0755 ${S}/sms-sentry.sh ${D}/${sysconfdir}/init.d/
+        install -m 0755 ${S}/sms-sentry ${D}/usr/bin/
+        install -m 0644 ${S}/sms-sentry.default ${D}/${sysconfdir}/default/sms-sentry.default
+}
+
+do_configure() {
+        exit 0
+}
+
+do_compile() {
+        exit 0
+}
+





More information about the Openembedded-commits mailing list