[oe-commits] Klaus Kurzmann : apathy: new recipe

git version control git at git.openembedded.org
Mon Sep 14 19:50:26 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 4b7ec43d7be5d2b19165dafd76683254b80e19a5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4b7ec43d7be5d2b19165dafd76683254b80e19a5

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Sep 14 21:50:22 2009 +0200

apathy: new recipe

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/telepathy/apathy_bzr.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/telepathy/apathy_bzr.bb b/recipes/telepathy/apathy_bzr.bb
new file mode 100644
index 0000000..8fbde9f
--- /dev/null
+++ b/recipes/telepathy/apathy_bzr.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Apathy is a free software communications client designed for mobile platforms"
+HOMEPAGE = "http://www.openapathy.org/"
+AUTHOR = "Mike Sheldon <mike at mikeasoft.com>"
+LICENSE = "GPL3"
+
+PV = "0.0.1+${SRCREV}"
+PR = "r0"
+
+inherit distutils
+
+SRC_URI = "bzr://code.launchpad.net/apathy;proto=https"
+S = "${WORKDIR}/${PN}"
+
+FILES_${PN} += "${datadir}/${PN}"





More information about the Openembedded-commits mailing list