[oe-commits] M. Dietrich : epydial: new recipe; Phone dialer application based on pyneo

GIT User account git at amethyst.openembedded.net
Sun Dec 14 15:27:52 UTC 2008


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

Author: M. Dietrich <mdt at emdete.de>
Date:   Fri Dec 12 13:38:24 2008 +0100

epydial: new recipe; Phone dialer application based on pyneo

---

 packages/pyneo/epydial_svn.bb |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/packages/pyneo/epydial_svn.bb b/packages/pyneo/epydial_svn.bb
new file mode 100644
index 0000000..e8d1a94
--- /dev/null
+++ b/packages/pyneo/epydial_svn.bb
@@ -0,0 +1,37 @@
+DESCRIPTION = "epydial"
+HOMEPAGE = "http://neo1973-germany.de/epydial"
+AUTHOR = "fgau"
+LICENSE = "GPL3"
+SECTION = "python/ui"
+MAINTAINER = "fgau"
+PRIORITY = "optional"
+PV = "1.0"
+PR = "r4"
+SRC_URI = "svn://neo1973-germany.de/svn/;proto=http;module=epydial"
+S = "${WORKDIR}/${PN}"
+PACKAGES = "${PN}"
+SRCREV = "${AUTOREV}"
+FILES_${PN} = "/"
+DEPENDS = "edje"
+RDEPENDS = "\
+	task-python-efl \
+	pyneod \
+	pyneo \
+	"
+
+do_compile() {
+	./compile_theme
+}
+
+do_install() {
+	install -m 0755 -d ${D}/etc/X11/Xsession.d/
+	install -m 0755 ${S}/80${PN} ${D}/etc/X11/Xsession.d/
+	install -m 0755 -d ${D}/usr/share/${PN}/
+	install -m 0644 ${S}/*.py ${D}/usr/share/${PN}/
+	install -m 0755 -d ${D}/usr/share/${PN}/data/
+	install -m 0755 -d ${D}/usr/share/${PN}/data/themes/
+	for n in data/themes/*/*.edj; do
+		install -m 0755 -d ${D}/usr/share/${PN}/`dirname $n`
+		install -m 0644 ${S}/$n ${D}/usr/share/${PN}/`dirname $n`
+	done
+}





More information about the Openembedded-commits mailing list