* [PATCH 4/4] Add recipe for python-lightmediascanner_git
@ 2010-10-23 0:14 fidencio
0 siblings, 0 replies; only message in thread
From: fidencio @ 2010-10-23 0:14 UTC (permalink / raw)
To: openembedded-devel
From: Eduardo Lima (Etrunko) <eblima@gmail.com>
Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com>
---
recipes/python/python-lightmediascanner_git.bb | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 recipes/python/python-lightmediascanner_git.bb
diff --git a/recipes/python/python-lightmediascanner_git.bb b/recipes/python/python-lightmediascanner_git.bb
new file mode 100644
index 0000000..694aed5
--- /dev/null
+++ b/recipes/python/python-lightmediascanner_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Python bindings for Light Media Scanner."
+AUTHOR = "Gustavo Sverzut Barbieri <barbieri@profusion.mobi>"
+LICENSE = "LGPL"
+
+SRCREV = "${AUTOREV}"
+PV = "0.4.0+git${SRCREV}"
+PR = "r0"
+
+DEPENDS += "python-pyrex-native python-cython-native lightmediascanner"
+RDEPENDS += "liblightmediascanner"
+
+SRC_URI = "git://git.profusion.mobi/python-lightmediascanner.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit setuptools
--
1.7.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-23 0:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-23 0:14 [PATCH 4/4] Add recipe for python-lightmediascanner_git fidencio
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.