aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/advancedcaching_git.bb
blob: 3cb7f95d2324effe368f2c992fc3bec0f8a21c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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_${PN} = "python-pygtk python-html python-image python-netclient python-misc python-sqlite3 python-mime python-json"
SRCREV = "9c3661f5573d2dd712437f1590070153d12e4c02"
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/*"