aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pyneo/gsm0710muxd_1.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pyneo/gsm0710muxd_1.7.bb')
-rw-r--r--packages/pyneo/gsm0710muxd_1.7.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/pyneo/gsm0710muxd_1.7.bb b/packages/pyneo/gsm0710muxd_1.7.bb
new file mode 100644
index 0000000000..23e1dbdb76
--- /dev/null
+++ b/packages/pyneo/gsm0710muxd_1.7.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "gsm 07.10 muxer userspace daemon"
+HOMEPAGE = "http://pyneo.org/muxer"
+AUTHOR = "M. Dietrich"
+LICENSE = "GPL3"
+SECTION = "console/network"
+DEPENDS = "dbus dbus-glib intltool-native"
+PR = "r6"
+
+SRC_URI = "http://pyneo.org/downloads/${PN}-${PV}.tgz"
+
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "gsm0710muxd"
+INITSCRIPT_PARAMS = "defaults 55"
+
+FILES_${PN} += "${datadir} ${sysconfdir}"
+
+RDEPENDS = "dbus dbus-glib"
+RCONFLICTS = "gsmmux fso-gsm0710muxd"
+RREPLACES = "gsmmux"
+