summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gypsy/gypsy_0.6.bb
blob: 9328f969bdbc4daa47156a92ada641a50e92c6bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "GPS Multiplexing Daemon"
DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \
multiple clients to access GPS data from multiple GPS sources \
concurrently.  Gypsy also hides the details of parsing NMEA from the \
client applications, passing the data as simple values for the clients \
to use."
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"

SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" 

inherit autotools pkgconfig

FILES_${PN} += "/usr/share/dbus-1/services/"