mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/qlandkartegt: Removed (use qmapshack instead).
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
parent
373c8de22d
commit
45797b98bd
5 changed files with 0 additions and 140 deletions
|
@ -1,19 +0,0 @@
|
|||
QLandkarteGT (GeoTIFF/Garmin map/OSM viewer)
|
||||
|
||||
QLandkarte GT is the ultimate outdoor aficionado's tool. It supports
|
||||
GPS maps in GeoTiff format as well as Garmin's img vector map format.
|
||||
|
||||
Also it is a front end to the GDAL tools, to make georeferencing
|
||||
scanned maps feasible for the normal user. Compared to similar tools
|
||||
like QGis, its target users are more on the consumer side than on the
|
||||
scientific one. QLandkarte GT might not let you select every possible
|
||||
feature of the GDAL tools, but it will simplify their use to the demands
|
||||
of most users.
|
||||
|
||||
See http://sourceforge.net/apps/mediawiki/qlandkartegt/ for details on
|
||||
how to install and convert maps.
|
||||
|
||||
See http://wiki.openstreetmap.org/wiki/OSM_Map_On_Garmin/Download for
|
||||
a list of downloadable osm-based mapsets.
|
||||
|
||||
gpsd and libdmtx are optional.
|
|
@ -1,3 +0,0 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications
|
||||
fi
|
|
@ -1,89 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for QLandkarteGT
|
||||
# Copyright 2012 Daniel Stolarski <daniel.stolarski@gmail.com>
|
||||
#
|
||||
# This program is free software. It comes without any warranty, to
|
||||
# the extent permitted by applicable law. You can redistribute it
|
||||
# and/or modify it under the terms of the Do What The Fuck You Want
|
||||
# To Public License, Version 2, as published by Sam Hocevar. See
|
||||
# http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
|
||||
PRGNAM=qlandkartegt
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
-DMAN_INSTALL_DIR=/usr/man \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
# Move and compress man pages
|
||||
mv $PKG/usr/share/man $PKG/usr
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a INSTALL changelog.txt copying $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
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.${PKGTYPE:-tgz}
|
|
@ -1,10 +0,0 @@
|
|||
PRGNAM="qlandkartegt"
|
||||
VERSION="1.8.1"
|
||||
HOMEPAGE="http://www.qlandkarte.org"
|
||||
DOWNLOAD="http://downloads.sf.net/qlandkartegt/qlandkartegt-1.8.1.tar.gz"
|
||||
MD5SUM="2bfe90aff7e21b19572b7b250d76a540"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal"
|
||||
MAINTAINER="Daniel Stolarski"
|
||||
EMAIL="daniel.stolarski@gmail.com"
|
|
@ -1,19 +0,0 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
qlandkartegt: qlandkartegt (Geotiff/Garmin map/OSM viewer)
|
||||
qlandkartegt:
|
||||
qlandkartegt: QLandkarte GT is the ultimate outdoor aficionado's tool. It supports
|
||||
qlandkartegt: GPS maps in GeoTiff format as well as Garmin's img vector map format.
|
||||
qlandkartegt:
|
||||
qlandkartegt: Also it is a front end to the GDAL tools, to make georeferencing
|
||||
qlandkartegt: scanned maps feasible for the normal user. Compared to similar
|
||||
qlandkartegt: tools like QGis, its target users are more on the consumer side
|
||||
qlandkartegt: than on the scientific one.
|
||||
qlandkartegt:
|
||||
qlandkartegt:
|
Loading…
Reference in a new issue