mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
misc/foxtrotgps: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
3a24ca16de
commit
8ea49256ac
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@ for use with (or without) GPS.
|
||||||
|
|
||||||
FoxtrotGPS is an offshoot of Marcus Bauer's tangoGPS.
|
FoxtrotGPS is an offshoot of Marcus Bauer's tangoGPS.
|
||||||
|
|
||||||
This requires gpsd. gpscorrelate and jhead are optional runtime deps.
|
gpscorrelate and jhead are optional runtime deps.
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.foxtrotgps.org/releases/foxtrotgps-1.1.0.tar.xz"
|
||||||
MD5SUM="81defca2c6bc27e4d83efa6d3c8a25a7"
|
MD5SUM="81defca2c6bc27e4d83efa6d3c8a25a7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gpscorrelate gpsd jhead"
|
REQUIRES="gpsd"
|
||||||
MAINTAINER="David Spencer"
|
MAINTAINER="David Spencer"
|
||||||
EMAIL="baildon.research@googlemail.com"
|
EMAIL="baildon.research@googlemail.com"
|
||||||
|
|
Loading…
Reference in a new issue