--- recipes/openmoko-3rdparty/podboy_svn.bb | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 recipes/openmoko-3rdparty/podboy_svn.bb
diff --git a/recipes/openmoko-3rdparty/podboy_svn.bb b/recipes/openmoko-3rdparty/podboy_svn.bb new file mode 100644 index 0000000..021987e --- /dev/null +++ b/recipes/openmoko-3rdparty/podboy_svn.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "A podcast aggregator/player" +HOMEPAGE = "http://code.google.com/p/podboy/" +LICENSE = "GPLv3" +AUTHOR = "Valéry Febvre <[email protected]>" +SECTION = "x11/applications" +PRIORITY = "optional" +DEPENDS = "python-native" + +PV = "1.3.1+svnr${SRCPV}" + +PACKAGE_ARCH = "all" + +SRC_URI = "svn://podboy.googlecode.com/svn;module=trunk;proto=http;rev=100" +S = "${WORKDIR}/trunk" + +inherit distutils + +FILES_${PN} += "${datadir}/podboy ${datadir}/applications/podboy.desktop ${datadir}/pixmaps/podboy.png" + +RDEPENDS += "python-compression python-elementary python-gst python-html python-netclient python-netserver python-sqlite3 python-subprocess gst-plugin-alsa gst-plugin-audioconvert gst-plugin-audioresample gst-plugin-bluez gst-plugin-mad gst-plugin-ogg gst-plugin-volume gst-plugin-vorbis" + +do_compile_prepend() { + ${STAGING_BINDIR_NATIVE}/edje_cc ${S}/data/podboy.edc +} -- 1.6.6
_______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
