mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libgeotiff: Updated for version 1.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
303b82e8ec
commit
00377bb4af
3 changed files with 9 additions and 10 deletions
|
@ -1,2 +1,2 @@
|
|||
libgeotiff (GeoTIFF support library) It is designed for reading and writing
|
||||
libgeotiff (GeoTIFF support library) is designed for reading and writing
|
||||
coordinate system information from/to GeoTIFF files.
|
||||
|
|
|
@ -4,16 +4,14 @@
|
|||
# Written by Marco Cecchetti (mrc.ildp@gmail.com)
|
||||
|
||||
PRGNAM=libgeotiff
|
||||
VERSION=${VERSION:-1.2.5}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -52,9 +50,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
@ -63,6 +61,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--datadir=/usr/share \
|
||||
--infodir=/usr/info \
|
||||
--with-libtiff=/usr/lib \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
@ -73,7 +72,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
ChangeLog LICENSE HOWTO-RELEASE README* docs/* \
|
||||
ChangeLog LICENSE README* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libgeotiff"
|
||||
VERSION="1.2.5"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="http://www.remotesensing.org/geotiff/geotiff.html"
|
||||
DOWNLOAD="http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.2.5.tar.gz"
|
||||
MD5SUM="000f247a88510f1b38d4b314d1e47048"
|
||||
DOWNLOAD="http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.3.0.tar.gz"
|
||||
MD5SUM="6ac3c22e44711e9a3add9044e40b9527"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Spencer"
|
||||
EMAIL="nobbutl@yahoo.co.uk"
|
||||
EMAIL="baildon.research@googlemail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue