blob: 63513ffe006c4f2160e09700a1675b782a6ab0c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "tangoGPS map"
AUTHOR = "Marcus Bauer <marcus.bauer@gmail.com>"
HOMEPAGE = "http://tangogps.org/"
SECTION = "openmoko/pim"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "curl gtk+ gpsd"
PR = "r1"
SRC_URI = "http://tangogps.org/tangoGPS-0.7.tar.gz \
file://global-config-h.patch;patch=1"
S = "${WORKDIR}/tangoGPS-0.7"
inherit autotools
CPPFLAGS += "-I${STAGING_INCDIR}/gconf/2/"
|