SECTION="NET" PRIORITY="optional" MAINTAINER="Michael Lauer " RDEPENDS=libc6 DEPENDS=virtual/libc SRC_URI=http://pygps.org/gpsd/downloads/gpsd-${PV}.tar.gz \ file://${FILESDIR}/gcc3.patch;patch=1 inherit autotools libtool do_compile() { oe_runmake gpsd } do_install () { install -d ${D}/${bindir} install -m 0755 ${S}/gpsd ${D}/${bindir}/gpsd }