Merge remote-tracking branch 'OE-2.1/master' into vuplus-3.0
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / enigma2 / enigma2-filestreamproxy.bb
1 DESCRIPTION = "file transcoding util."
2 PRIORITY = "required"
3 LICENSE = "GPLv3"
4 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5
6 inherit gitpkgv
7
8 PR = "r1"
9
10 PV = "0.1+git${SRCPV}"
11 PKGV = "0.1+git${GITPKGV}"
12 SRCREV_pn-${PN} ?= "${AUTOREV}"
13
14 SRC_URI = "git://code.vuplus.com/git/filestreamproxy.git;protocol=git;branch=master"
15
16 inherit autotools pkgconfig
17
18 S = "${WORKDIR}/git"
19
20 do_install() {
21         install -d ${D}/usr/bin
22         install -m 0755 ${S}/src/filestreamproxy ${D}/usr/bin
23 }
24
25 FILES_${PN} = "${bindir}/filestreamproxy"
26
27 PACKAGE_ARCH := "${MACHINE_ARCH}"
28 PACKAGES = "${PN}"
29