graphics/gpscorrelate: Updated for version 1.6.0

This commit is contained in:
David Spencer 2010-05-13 00:27:57 +02:00 committed by David Somero
parent 095df7a79b
commit 52f12e91fd
3 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,6 @@ The date/time of each photo is correlated with a GPS tracklog and the
photos are tagged (or "geocoded") with appropriate EXIF GPS tags. For
more information please see the GPScorrelate homepage.
GPScorrelate requires exiv2, which is also available at SlackBuilds.org.
The tracklog must be in GPX format. One suitable utility for downloading
tracklogs and translating them to GPX format is gpsbabel, which is also
available at SlackBuilds.org.
available at SlackBuilds.org.

View file

@ -63,4 +63,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="gpscorrelate"
VERSION="1.6.0"
HOMEPAGE="http://freefoote.dview.net/linux_gpscorr.html"
DOWNLOAD="http://freefoote.dview.net/linux/gpscorrelate-1.6.0.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="efb02f5f86f8598ac0bd7211a3c90b72"
MD5SUM_x86_64=""
MAINTAINER="David Spencer"
EMAIL="nobbutl@yahoo.co.uk"
APPROVED="dsomero"