[oe-commits] Petr Vanek : atrack: add recipe for APRS tracker

git version control git at git.openembedded.org
Sun Aug 22 12:20:01 UTC 2010


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

Author: Petr Vanek <vanous at penguin.cz>
Date:   Sun Aug 22 14:16:17 2010 +0200

atrack: add recipe for APRS tracker

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

---

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

diff --git a/recipes/openmoko-3rdparty/atrack_svn.bb b/recipes/openmoko-3rdparty/atrack_svn.bb
new file mode 100644
index 0000000..46d6ae0
--- /dev/null
+++ b/recipes/openmoko-3rdparty/atrack_svn.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Embedded linux APRS tool"
+HOMEPAGE = "http://code.google.com/p/atrack/"
+LICENSE = "GPLv3"
+AUTHOR = "Petr Vanek <vanous at penguin.cz>"
+SECTION = "x11/applications"
+PRIORITY = "optional"
+
+SRCREV = "123"
+PV = "0.0.80+svnr${SRCPV}"
+
+PACKAGE_ARCH = "all"
+
+SRC_URI = "svn://atrack.googlecode.com/svn;module=trunk;proto=http"
+S = "${WORKDIR}/trunk"
+
+inherit distutils
+
+FILES_${PN} += "${datadir}/atrack ${datadir}/applications/atrack.desktop ${datadir}/pixmaps"
+
+RDEPENDS_${PN} += "python-netclient python-elementary"





More information about the Openembedded-commits mailing list