diff options
author | Tim Abell <tim@timwise.co.uk> | 2010-01-01 19:21:25 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-05 15:35:14 +0100 |
commit | 1683f2496646362cb9d3351794b224f0a9b59983 (patch) | |
tree | a87f1cd87fd6823f321f85a26d0581525630f186 /recipes/podpooch | |
parent | fdaf5c66adbe3cd39a5a54c8163b70a8af8e8e1e (diff) |
podpooch: new recipe for podcast downloading app for e17
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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}" |