From 51125f04e725783e26da02bc943d8f2d0166547b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 20 Jan 2010 12:05:19 +0100 Subject: get-iplayer: add 2.64 --- recipes/rtmp/get-iplayer_2.64.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/rtmp/get-iplayer_2.64.bb (limited to 'recipes') diff --git a/recipes/rtmp/get-iplayer_2.64.bb b/recipes/rtmp/get-iplayer_2.64.bb new file mode 100644 index 0000000000..63fcb85e36 --- /dev/null +++ b/recipes/rtmp/get-iplayer_2.64.bb @@ -0,0 +1,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} +} + -- cgit 1.2.3-korg