diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/podpooch/podpooch_0.2.0.5.bb | 13 | ||||
-rw-r--r-- | recipes/tasks/task-shr-feed.bb | 1 |
2 files changed, 14 insertions, 0 deletions
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 \ |