summaryrefslogtreecommitdiffstats
path: root/extra/gpsd/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 14:12:27 +0000
committersibel <lesibel@free.fr>2010-12-29 14:12:27 +0000
commitc62e02767bdf0fdaf12e45a885a092fec7819ab7 (patch)
tree841a39fcf69c1fa41ad218b6bca6e2b4594dbd3d /extra/gpsd/Pkgfile
parent1a30f497bf89257b26ed3e1762971c1155ab2983 (diff)
downloadnutyx-extra-c62e02767bdf0fdaf12e45a885a092fec7819ab7.tar.gz
nutyx-extra-c62e02767bdf0fdaf12e45a885a092fec7819ab7.tar.bz2
nutyx-extra-c62e02767bdf0fdaf12e45a885a092fec7819ab7.tar.xz
nutyx-extra-c62e02767bdf0fdaf12e45a885a092fec7819ab7.zip
gpsd#2.95-1, maj python
Diffstat (limited to 'extra/gpsd/Pkgfile')
-rw-r--r--extra/gpsd/Pkgfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/gpsd/Pkgfile b/extra/gpsd/Pkgfile
index c36a2d36b..c7e8c4b00 100644
--- a/extra/gpsd/Pkgfile
+++ b/extra/gpsd/Pkgfile
@@ -2,16 +2,18 @@
# URL: http://gpsd.berlios.de
# Packager: thierryn1 at hispeed dot ch
# Maintainer: NuTyX core team
-# Depends on: dbus, libpthread-stubs, lesstif, python
+# Depends on: dbus, libpthread-stubs
+
+#, lesstif
name=gpsd
-version=2.94
+version=2.95
release=1
source=(http://download.berlios.de/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ PYTHON=python2 ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}