# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="gpsd is a service daemon that monitors a GPS attached to a host computer through a serial or USB port, making its data on the location/course/velocity of the sensor available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to a GPS without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes" HOMEPAGE="http://gpsd.berlios.de/" SRC_URI="http://download.berlios.de/gpsd/${P}.tar.gz" IUSE="X" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" DEPEND="virtual/libc X? (virtual/x11) X? (x11-libs/openmotif)" DOCS="INSTALL COPYING TODO README HACKING" src_compile() { econf `use_with X x` || die make || die } src_install() { einstall || die }