Add zaurusd
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 21 Feb 2006 08:49:03 +0000 (08:49 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 21 Feb 2006 08:49:03 +0000 (08:49 +0000)
packages/zaurusd/.mtn2git_empty [new file with mode: 0644]
packages/zaurusd/zaurusd_0.0.bb [new file with mode: 0644]

diff --git a/packages/zaurusd/.mtn2git_empty b/packages/zaurusd/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/zaurusd/zaurusd_0.0.bb b/packages/zaurusd/zaurusd_0.0.bb
new file mode 100644 (file)
index 0000000..3b3ca06
--- /dev/null
@@ -0,0 +1,17 @@
+LICENSE = "GPL"
+SECTION = "base"
+MAINTAINER = "Richard Purdie <rpurdie@openedhand.com>"
+DESCRIPTION = "Daemon to handle zaurus hardware specifc features."
+PR = "r0"
+
+SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http"
+S = "${WORKDIR}/${PN}"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit autotools pkgconfig
+
+inherit update-rc.d
+
+INITSCRIPT_NAME = "zaurusd"
+INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."