[oe-commits] Martin Jansa : thone: new recipe for terminal phone apps

git version control git at git.openembedded.org
Thu Apr 1 22:28:37 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Apr  1 10:25:13 2010 +0200

thone: new recipe for terminal phone apps

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

---

 recipes/openmoko-3rdparty/thone_0.6.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/openmoko-3rdparty/thone_0.6.bb b/recipes/openmoko-3rdparty/thone_0.6.bb
new file mode 100644
index 0000000..834ebbd
--- /dev/null
+++ b/recipes/openmoko-3rdparty/thone_0.6.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Terminal phone for OpenMoko/FSO"
+HOMEPAGE = "http://code.google.com/p/thone/"
+LICENSE = "GPLv3"
+AUTHOR = "pike"
+RDEPENDS = "bash python python-dbus"
+PACKAGE_ARCH = "all"
+
+SRC_URI = "http://thone.googlecode.com/files/${P}.tgz;name=archive"
+SRC_URI[archive.md5sum] = "a0ab91b7ec6c4b59a9e718724497882a"
+SRC_URI[archive.sha256sum] = "93a6bad45f0a6abd66cc7529b01d159a2cd257904632d15689e658c9a0b885e9"
+
+S = "${WORKDIR}/usr"
+
+do_install() {
+  install -d ${D}/usr
+  cp -ra ${S}/bin ${D}/usr
+  cp -ra ${S}/share ${D}/usr
+}





More information about the Openembedded-commits mailing list