CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / gpsd / Pkgfile
index f4d9690e4ee202fda5f2bfad1b20060c16415f82..106d37342c09d6a42192e7d3cb575b2d8df60853 100644 (file)
@@ -1,21 +1,24 @@
 # Description: gpsd is a service daemon that monitors one or more GPSes
 # URL: http://gpsd.berlios.de/
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on:
 
 name=gpsd
-version=2.90
+version=2.95
 release=1
 source=(http://download.berlios.de/$name/$name-$version.tar.gz)
 
 build () {
   cd $name-$version
-  
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
+              --disable-dbus \
+              --disable-ipv6 \
               --mandir=$PKG/usr/man
 
+  sed -e "s@-L/usr@-L$CLFS/usr@g" -e "s@-I/usr@-I$CLFS/usr@g" -i Makefile
+
   make
   make prefix=$PKG/usr install