diff options
Diffstat (limited to 'recipes/podpooch')
-rw-r--r-- | recipes/podpooch/podpooch_0.2.0.5.bb | 13 |
1 files changed, 13 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}" |