aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rtmp/get-iplayer_2.64.bb
blob: 63fcb85e365fa6660b6a2e951945820cf632f0a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "This tool allows you to search, index and record/stream BBC iPlayer and more"
LICENSE = "GPLv3"

RDEPENDS_${PN} = "flvstreamer libhtml-parser-perl libwww-perl perl-modules"
PACKAGE_ARCH_${PN} = "all"

SRC_URI = "http://linuxcentre.net/get_iplayer/get_iplayer-2.64/get_iplayer"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 ${WORKDIR}/get_iplayer ${D}${bindir}
}