blob: 80668015c3df1d0b39207ad2ca8acea707cf5033 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "freesmartphone.org monitor daemon"
AUTHOR = "freesmartphone.org development team"
SECTION = "console/network"
DEPENDS = "vala-native dbus dbus-glib"
LICENSE = "GPL"
PV = "0.0.0+gitr${SRCREV}"
PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/fso-monitord.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
inherit autotools update-rc.d
INITSCRIPT_NAME = "fso-monitord"
INITSCRIPT_PARAMS = "defaults 35"
FILES_${PN} += "${datadir} ${sysconfdir}"
|