mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/foxtrotgps: Updated for version 1.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
a2f67b74f8
commit
0d6b960516
3 changed files with 12 additions and 4 deletions
|
@ -11,3 +11,7 @@ schema_install apps_foxtrotgps.schemas
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/install-info ]; then
|
||||
chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/blah.gz 2> /dev/null
|
||||
fi
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=foxtrotgps
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,6 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--infodir=/usr/info \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
@ -89,6 +90,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
rm -f $PKG/usr/info/dir
|
||||
gzip -9 $PKG/usr/info/*.info*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="foxtrotgps"
|
||||
VERSION="1.1.1"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="http://www.foxtrotgps.org/"
|
||||
DOWNLOAD="http://www.foxtrotgps.org/releases/foxtrotgps-1.1.1.tar.xz"
|
||||
MD5SUM="9c4fe0e145d44acaecea9f382cd90ce5"
|
||||
DOWNLOAD="http://www.foxtrotgps.org/releases/foxtrotgps-1.2.0.tar.xz"
|
||||
MD5SUM="9990cd0ecc257b80f77b911a985f2037"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gpsd"
|
||||
|
|
Loading…
Reference in a new issue