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