mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
gis/libgeotiff: Updated for version 1.4.1.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
e90cf1f246
commit
6af172951f
4 changed files with 18 additions and 14 deletions
|
@ -1,2 +1,2 @@
|
|||
libgeotiff (GeoTIFF support library) is designed for reading and writing
|
||||
coordinate system information from/to GeoTIFF files.
|
||||
libgeotiff (GeoTIFF support library) reads and writes coordinate system
|
||||
information from/to GeoTIFF files.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# Maintained by David Spencer <baildon.research@googlemail.com>
|
||||
|
||||
PRGNAM=libgeotiff
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
VERSION=${VERSION:-1.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,10 +66,14 @@ 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 {} \;
|
||||
\( -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 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# We'll stick with autotools because the new cmake build is a train wreck.
|
||||
# This means you don't get inline EPSG CSV, which isn't supported in
|
||||
# autotools (even though ./configure --help has it).
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -98,7 +102,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
ChangeLog LICENSE README \
|
||||
COPYING ChangeLog LICENSE README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libgeotiff"
|
||||
VERSION="1.4.0"
|
||||
VERSION="1.4.1"
|
||||
HOMEPAGE="http://trac.osgeo.org/geotiff/"
|
||||
DOWNLOAD="http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.0.tar.gz"
|
||||
MD5SUM="efa7b418bc00228fcda4da63557e40c2"
|
||||
DOWNLOAD="http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.1.tar.gz"
|
||||
MD5SUM="48bdf817e6e7a37671cc1f41b01e10fc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="proj"
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
libgeotiff: libgeotiff (GeoTIFF support library)
|
||||
libgeotiff:
|
||||
libgeotiff: libgeotiff is designed for reading and writing coordinate system
|
||||
libgeotiff: information from/to GeoTIFF files.
|
||||
libgeotiff: libgeotiff reads and writes coordinate system information from/to
|
||||
libgeotiff: GeoTIFF files.
|
||||
libgeotiff:
|
||||
libgeotiff:
|
||||
libgeotiff:
|
||||
|
|
Loading…
Reference in a new issue