help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / freesmartphone / fso-monitord_git.bb
blob808a17f1bafb648aedfb1006343079b0edb37c4f
1 DESCRIPTION = "freesmartphone.org monitor daemon"
2 AUTHOR = "freesmartphone.org development team"
3 SECTION = "console/network"
4 DEPENDS = "vala dbus dbus-glib"
5 LICENSE = "GPL"
6 SRCREV = "b4ae1e9b10e710042624c2cf1a15b91a7d5b1d44"
7 PV = "0.0.0+gitr${SRCPV}"
8 PE = "1"
9 PR = "r0"
11 SRC_URI = "${FREESMARTPHONE_GIT}/fso-monitord.git;protocol=git;branch=master"
12 S = "${WORKDIR}/git"
14 inherit autotools update-rc.d vala
16 INITSCRIPT_NAME = "fso-monitord"
17 INITSCRIPT_PARAMS = "defaults 35"
19 FILES_${PN} += "${datadir} ${sysconfdir}"