diff options
author | sibel <lesibel@free.fr> | 2010-12-29 14:12:27 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 14:12:27 +0000 |
commit | c62e02767bdf0fdaf12e45a885a092fec7819ab7 (patch) | |
tree | 841a39fcf69c1fa41ad218b6bca6e2b4594dbd3d /extra/gpsd/Pkgfile | |
parent | 1a30f497bf89257b26ed3e1762971c1155ab2983 (diff) | |
download | nutyx-pakxe-c62e02767bdf0fdaf12e45a885a092fec7819ab7.tar.gz nutyx-pakxe-c62e02767bdf0fdaf12e45a885a092fec7819ab7.tar.bz2 nutyx-pakxe-c62e02767bdf0fdaf12e45a885a092fec7819ab7.tar.xz nutyx-pakxe-c62e02767bdf0fdaf12e45a885a092fec7819ab7.zip |
gpsd#2.95-1, maj python
Diffstat (limited to 'extra/gpsd/Pkgfile')
-rw-r--r-- | extra/gpsd/Pkgfile | 8 |
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 } |