summaryrefslogtreecommitdiff
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, 0 insertions, 21 deletions
diff --git a/packages/pyneo/gsm0710muxd_1.7.bb b/packages/pyneo/gsm0710muxd_1.7.bb
deleted file mode 100644
index 23e1dbdb76..0000000000
--- a/packages/pyneo/gsm0710muxd_1.7.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-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"
-