summaryrefslogtreecommitdiff
path: root/recipes/enigma2/enigma2-plugin-systemplugins-adsm.bb
blob: 32035c952051cd94be2017d59d6ec59d16091771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
DESCRIPTION = "Automatically Deep Standby Manager Plugins"
SECTION  = "base"
PRIORITY = "optional"
LICENSE  = "proprietary"

DEPENDS  = "enigma2"

PR = "r0"
PV = "20121113.3"

SRC_URI = "http://code.vuplus.com/download/build.fc3abf29fb03f797e78f907928125638/embedded/adsm/vuplus_enigma2_adsm_${PV}.tar.gz"

PLUGINPATH = "/usr/lib/enigma2/python/Plugins/SystemPlugins/ADSM"

S = "${WORKDIR}/adsm"

do_compile() {
}

do_install() {
        install -d  ${D}/${PLUGINPATH}
        install -m 0644 ${S}/__init__.py ${D}/${PLUGINPATH}
        install -m 0644 ${S}/plugin.py ${D}/${PLUGINPATH}
        install -m 0644 ${S}/helper.py ${D}/${PLUGINPATH}
        install -m 0644 ${S}/singleton.py ${D}/${PLUGINPATH}
        install -m 0644 ${S}/keymap.xml ${D}/${PLUGINPATH}
}

PACKAGE_ARCH := "${MACHINE_ARCH}"
FILES_${PN} = "${PLUGINPATH}"
PACKAGES = "${PN}"

PROVIDES="${PACKAGES}"

SRC_URI[md5sum] = "cee7c2960b3d652036dd804b99dc2c25"
SRC_URI[sha256sum] = "d6a997d687126d217a2e64b58d7ebab31ffb3a49910d9295c11801a9fdfd0241"