mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
gis/pdal: Updated for version 2.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd085a79f3
commit
b713867fb7
2 changed files with 7 additions and 7 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=pdal
|
PRGNAM=pdal
|
||||||
SRCNAM=PDAL
|
SRCNAM=PDAL
|
||||||
VERSION=${VERSION:-2.7.0}
|
VERSION=${VERSION:-2.7.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -53,7 +53,7 @@ fi
|
||||||
|
|
||||||
# *************************************************************************
|
# *************************************************************************
|
||||||
|
|
||||||
# Users that have a standard installation of proprietary MatLAB would enable
|
# Users that have a standard installation of proprietary MatLAB would enable
|
||||||
# the build of Matlab plugin. This is disabled by default
|
# the build of Matlab plugin. This is disabled by default
|
||||||
BUILDMATLAB="" ; [ "${MATLAB:-no}" = "yes" ] && \
|
BUILDMATLAB="" ; [ "${MATLAB:-no}" = "yes" ] && \
|
||||||
BUILDMATLAB="-DBUILD_PLUGIN_MATLAB=ON"
|
BUILDMATLAB="-DBUILD_PLUGIN_MATLAB=ON"
|
||||||
|
@ -131,8 +131,8 @@ cd ..
|
||||||
|
|
||||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
|
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
|
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
# Remove empty directories and fix permissions (issues found by sbopkglint)
|
# Remove empty directories and fix permissions (issues found by sbopkglint)
|
||||||
rmdir $PKG/usr/include/pdal/filters/private/csf
|
rmdir $PKG/usr/include/pdal/filters/private/csf
|
||||||
rmdir $PKG/usr/include/pdal/filters/private/miniball
|
rmdir $PKG/usr/include/pdal/filters/private/miniball
|
||||||
chmod 644 $PKG/usr/include/pdal/*.hpp
|
chmod 644 $PKG/usr/include/pdal/*.hpp
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pdal"
|
PRGNAM="pdal"
|
||||||
VERSION="2.7.0"
|
VERSION="2.7.1"
|
||||||
HOMEPAGE="https://pdal.io"
|
HOMEPAGE="https://pdal.io"
|
||||||
DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.7.0/PDAL-2.7.0.tar.gz"
|
DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.7.1/PDAL-2.7.1.tar.gz"
|
||||||
MD5SUM="d4269798490beabc9810e2a340556ecc"
|
MD5SUM="a524026179dec11482d0f4670e0f68e0"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gdal libgeotiff netcdf postgresql"
|
REQUIRES="gdal libgeotiff netcdf postgresql"
|
||||||
|
|
Loading…
Reference in a new issue