[oe-commits] Martin Jansa : mokonnect: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:06:01 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 0149b9c479961ddc8eda1551e73113613338a1d2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0149b9c479961ddc8eda1551e73113613338a1d2

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:25:07 2009 +0100

mokonnect: new recipe from SHR

---

 recipes/connman/mokonnect_svn.bb |   39 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/recipes/connman/mokonnect_svn.bb b/recipes/connman/mokonnect_svn.bb
new file mode 100644
index 0000000..dec35e0
--- /dev/null
+++ b/recipes/connman/mokonnect_svn.bb
@@ -0,0 +1,39 @@
+DESCRIPTION = "mokonnect is an e17 frontend to connmand"
+HOMEPAGE = "http://www.assembla.com/wiki/show/shrdev"
+AUTHOR = "Fate"
+LICENSE = "GPLv2"
+SECTION = "e/apps"
+RDEPENDS = "python-elementary connman connman-plugin-wifi"
+
+PV = "0.4+svnr${SRCPV}"
+PR = "r2"
+
+SRC_URI = "svn://subversion.assembla.com/svn/shrdev;module=Mokonnect/trunk;proto=http"
+
+S = "${WORKDIR}/Mokonnect/trunk"
+
+do_install() {
+	install -d ${D}${datadir}/mokonnect
+	for pyfile in *.py
+	do
+		install -m 644 $pyfile ${D}${datadir}/mokonnect/
+	done
+	chmod 755 ${D}${datadir}/mokonnect/mokonnect.py
+
+	install -d ${D}${datadir}/applications
+	install -m 644 mokonnect.desktop ${D}${datadir}/applications/
+
+	install -d ${D}${datadir}/pixmaps
+	install -m 644 mokonnect.png ${D}${datadir}/pixmaps/
+
+	install -d ${D}${bindir}
+	ln -sf ${datadir}/mokonnect/mokonnect.py ${D}${bindir}/mokonnect
+}
+
+FILES_${PN} = "\
+${datadir}/mokonnect \
+${datadir}/applications/* \
+${datadir}/pixmaps/* \
+${bindir}/mokonnect \
+"
+





More information about the Openembedded-commits mailing list