f7adff5f1374f0aa9254c4c70c60434a9d3bed84
[vuplus_openembedded] / gpsd / gpsd_1.10.oe
1 DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
2 SECTION = "net"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 RDEPENDS = "libc6"
6 DEPENDS = "virtual/libc"
7
8 SRC_URI = "http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \
9            file://${FILESDIR}/gcc3.patch;patch=1 \
10            file://${FILESDIR}/gpsdc.patch;patch=1 \
11            file://${FILESDIR}/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 }