summaryrefslogtreecommitdiff
path: root/packages/pyneo/gsm0710muxd_1.7.bb
blob: 23e1dbdb76b65da7c8be459ca008ba82c1422efe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"