[oe-commits] Valery Febvre : NeoLight: new recipe (version 1.4.0 from svn)

git version control git at git.openembedded.org
Thu Mar 18 14:05:39 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 091ae3e58b2c658d7d820126fa3ac70923395dc7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=091ae3e58b2c658d7d820126fa3ac70923395dc7

Author: Valery Febvre <vfebvre at easter-eggs.com>
Date:   Wed Mar 17 15:47:51 2010 +0000

NeoLight: new recipe (version 1.4.0 from svn)

NeoLight turns your mobile device into a flashlight.

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/neolight_svn.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

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 <vfebvre at easter-eggs.com>"
+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
+}





More information about the Openembedded-commits mailing list