add gsm0710muxd
authorMichael Lauer <mickey@vanille-media.de>
Tue, 15 Jan 2008 16:18:04 +0000 (16:18 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 15 Jan 2008 16:18:04 +0000 (16:18 +0000)
packages/freesmartphone/.mtn2git_empty [new file with mode: 0644]
packages/freesmartphone/gsm0710muxd_svn.bb [new file with mode: 0644]

diff --git a/packages/freesmartphone/.mtn2git_empty b/packages/freesmartphone/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/freesmartphone/gsm0710muxd_svn.bb b/packages/freesmartphone/gsm0710muxd_svn.bb
new file mode 100644 (file)
index 0000000..4798863
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "gsm.07.10 muxer userspace daemon"
+AUTHOR = "M. Dietrich"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PV = "0.0+svnr${SRCREV}"
+
+SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=gsm0710muxd"
+S = "${WORKDIR}/gsm0710muxd"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "gsm0710muxd"
+INITSCRIPT_PARAMS = "defaults 35"