gpsd_1.07.oe:
authorChris Larson <clarson@kergoth.com>
Sat, 25 Oct 2003 03:51:23 +0000 (03:51 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 25 Oct 2003 03:51:23 +0000 (03:51 +0000)
  Remove bad hardcoded prefix/sysconfdir in the gpsd build (they're already set *properly* in the oe_runconf script), and change /usr/bin to  so we obey the globals.

BKrev: 3f99f33bxogJ-ztia-Lo0ZGB9NEWdw

gpsd/gpsd_1.07.oe

index e69de29..84024a7 100644 (file)
@@ -0,0 +1,15 @@
+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_install () {
+       install -d ${D}/${bindir}
+       install -m 0755 ${S}/gpsd ${D}/${bindir}/gpsd
+}