summaryrefslogtreecommitdiff
path: root/gpsd/gpsd_1.10.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd/gpsd_1.10.oe')
-rw-r--r--gpsd/gpsd_1.10.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/gpsd/gpsd_1.10.oe b/gpsd/gpsd_1.10.oe
index e69de29bb2..fdd1d8150a 100644
--- a/gpsd/gpsd_1.10.oe
+++ b/gpsd/gpsd_1.10.oe
@@ -0,0 +1,19 @@
+SECTION="NET"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+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
+}