summaryrefslogtreecommitdiffstats
path: root/gis/libgeotiff/libgeotiff.SlackBuild
diff options
context:
space:
mode:
author David Spencer2014-11-06 22:59:29 +0100
committer Willy Sudiarto Raharjo2014-11-08 00:39:17 +0100
commit6af172951fc3b69d3b896258bd68057c8853dbc3 (patch)
tree25b08b445c38a7f82b9fe2812370386e20bf4727 /gis/libgeotiff/libgeotiff.SlackBuild
parente90cf1f24622d8240b7b36338998c8b4df3d0ede (diff)
downloadslackbuilds-6af172951fc3b69d3b896258bd68057c8853dbc3.tar.gz
gis/libgeotiff: Updated for version 1.4.1.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'gis/libgeotiff/libgeotiff.SlackBuild')
-rw-r--r--gis/libgeotiff/libgeotiff.SlackBuild18
1 files changed, 11 insertions, 7 deletions
diff --git a/gis/libgeotiff/libgeotiff.SlackBuild b/gis/libgeotiff/libgeotiff.SlackBuild
index 912b6cb3b0..f3f9949cfa 100644
--- a/gis/libgeotiff/libgeotiff.SlackBuild
+++ b/gis/libgeotiff/libgeotiff.SlackBuild
@@ -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,8 +102,8 @@ 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 \
- $PKG/usr/doc/$PRGNAM-$VERSION
+ COPYING ChangeLog LICENSE README \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install