From 1683f2496646362cb9d3351794b224f0a9b59983 Mon Sep 17 00:00:00 2001 From: Tim Abell Date: Fri, 1 Jan 2010 19:21:25 +0000 Subject: podpooch: new recipe for podcast downloading app for e17 Signed-off-by: Martin Jansa --- recipes/podpooch/podpooch_0.2.0.5.bb | 13 +++++++++++++ recipes/tasks/task-shr-feed.bb | 1 + 2 files changed, 14 insertions(+) create mode 100644 recipes/podpooch/podpooch_0.2.0.5.bb (limited to 'recipes') diff --git a/recipes/podpooch/podpooch_0.2.0.5.bb b/recipes/podpooch/podpooch_0.2.0.5.bb new file mode 100644 index 0000000000..6eaa2ad6fe --- /dev/null +++ b/recipes/podpooch/podpooch_0.2.0.5.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "A podcast downloader/player" +AUTHOR = "Tim Abell et al" +HOMEPAGE = "http://wiki.openmoko.org/wiki/PodPooch" +SECTION = "x11/applications" +PRIORITY = "optional" +LICENSE = "GPLv3" +DEPENDS = "python" + +SRC_URI = "http://www.timwise.co.uk/src/${PN}-${PV}.tgz" + +inherit distutils + +FILES_${PN} += "${datadir}" diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 5dcce26cbe..b9ca870a4d 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -251,6 +251,7 @@ RDEPENDS_${PN} += "\ mpg123 \ zile \ speex \ + podpooch \ fltkclock \ fltkhackdiet \ fltkwwpointcal \ -- cgit v1.2.3