summaryrefslogtreecommitdiff
path: root/packages/freesmartphone/gsm0710muxd_svn.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-01-17 15:39:09 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-01-17 15:39:09 +0000
commit9d1b8ff9cc28b6c4e0208b2cd0dc946b59b2b50f (patch)
tree92e90885c812dc5abcd04471f691db851f296047 /packages/freesmartphone/gsm0710muxd_svn.bb
parente07765d6ea242d863c3f4f81bdc6379ae61347c5 (diff)
parentb7031362eafd33ad5c421b07f2bc4f37e4f8a829 (diff)
merge of '964b970138436b573add519a1eae7ca7aec32517'
and 'b8eab3d0461de7af79a745d6b20c8e008acb7af4'
Diffstat (limited to 'packages/freesmartphone/gsm0710muxd_svn.bb')
-rw-r--r--packages/freesmartphone/gsm0710muxd_svn.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/freesmartphone/gsm0710muxd_svn.bb b/packages/freesmartphone/gsm0710muxd_svn.bb
new file mode 100644
index 0000000000..aca7e2770d
--- /dev/null
+++ b/packages/freesmartphone/gsm0710muxd_svn.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "gsm.07.10 muxer userspace daemon"
+AUTHOR = "M. Dietrich"
+SECTION = "console/network"
+DEPENDS = "intltool-native dbus"
+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"