[oe-commits] Martin.Jansa : Advancedcaching bbfiles

git version control git at git.openembedded.org
Mon Sep 14 19:01:08 UTC 2009


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

Author: Martin.Jansa <Martin.Jansa at gmail.com>
Date:   Mon Sep 14 14:18:57 2009 +0000

Advancedcaching bbfiles

---

 conf/distro/include/shr-autorev-unstable.inc     |    1 +
 recipes/openmoko-3rdparty/advancedcaching_git.bb |   22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/shr-autorev-unstable.inc b/conf/distro/include/shr-autorev-unstable.inc
index 9df600b..0d0e16c 100644
--- a/conf/distro/include/shr-autorev-unstable.inc
+++ b/conf/distro/include/shr-autorev-unstable.inc
@@ -110,6 +110,7 @@ SRCREV_pn-illume-keyboard-russian = "${AUTOREV}"
 
 # Other stuff
 SRCREV_pn-bt-configure = "${AUTOREV}"
+SRCREV_pn-advancedcaching = "${AUTOREV}"
 SRCREV_pn-navit = "${AUTOREV}"
 SRCREV_pn-omview = "${AUTOREV}"
 SRCREV_pn-pythm = "${AUTOREV}"
diff --git a/recipes/openmoko-3rdparty/advancedcaching_git.bb b/recipes/openmoko-3rdparty/advancedcaching_git.bb
new file mode 100644
index 0000000..e5e8335
--- /dev/null
+++ b/recipes/openmoko-3rdparty/advancedcaching_git.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Advanced Geocaching Tool for Linux - Towards paperless geocaching!"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "GPL"
+HOMEPAGE = "http://www.opkg.org/package_268.html"
+RDEPENDS = "python-pygtk python-html python-image python-netclient python-misc python-sqlite3 python-mime python-json"
+PV=0.1.2+gitr${SRCPV}
+
+SRC_URI = "git://github.com/webhamster/advancedcaching.git;protocol=git;branch=master"
+
+inherit setuptools
+
+S = "${WORKDIR}/git/files"
+
+do_install_append() {
+        mkdir -p "${D}/${datadir}/pixmaps"
+        install -m 0644 "${S}/advancedcaching.png" "${D}/${datadir}/pixmaps"
+        mkdir -p "${D}/${datadir}/applications"
+        install -m 0644 "${S}/advancedcaching.desktop" "${D}/${datadir}/applications"
+}
+
+FILES_${PN} += "/usr/share/applications/* /usr/share/pixmaps/*"





More information about the Openembedded-commits mailing list