NeoLight turns your mobile device into a flashlight.
---
 recipes/openmoko-3rdparty/neolight_svn.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 recipes/openmoko-3rdparty/neolight_svn.bb

diff --git a/recipes/openmoko-3rdparty/neolight_svn.bb 
b/recipes/openmoko-3rdparty/neolight_svn.bb
new file mode 100644
index 0000000..8568072
--- /dev/null
+++ b/recipes/openmoko-3rdparty/neolight_svn.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "An application to turn your mobile device into a flashlight"
+HOMEPAGE = "http://code.google.com/p/neolight/";
+LICENSE = "GPLv3"
+AUTHOR = "Valéry Febvre <[email protected]>"
+SECTION = "x11/applications"
+PRIORITY = "optional"
+
+SRCREV = "16"
+PV = "1.4.0+svnr${SRCPV}"
+
+PACKAGE_ARCH = "all"
+
+SRC_URI = "svn://neolight.googlecode.com/svn;module=trunk;proto=http"
+S = "${WORKDIR}/trunk"
+
+inherit distutils
+
+FILES_${PN} += "${datadir}/neolight ${datadir}/applications/neolight.desktop 
${datadir}/pixmaps/neolight.png"
+
+RDEPENDS += "python-edbus python-elementary"
+
+do_compile_prepend() {
+       ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/data ${S}/data/neolight.edc
+}
-- 
1.7.0

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to