Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / gpsd / gpsd_1.10.oe
1 LICENSE = GPL
2 DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
3 SECTION = "console/network"
4 PRIORITY = "optional"
5 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
6
7 SRC_URI = "http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \
8            file://gcc3.patch;patch=1 \
9            file://gcc34.patch;patch=1 \
10            file://gpsdc.patch;patch=1 \
11            file://nmea-fix.patch;patch=1"
12
13 inherit autotools
14
15 do_configure() {
16         oe_runconf
17 }
18
19 do_compile() {
20         oe_runmake gpsd
21 }
22
23 do_install () {
24         install -d ${D}/${bindir}
25         install -m 0755 ${S}/gpsd ${D}/${bindir}/gpsd
26 }