|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for pdal |
|
|
|
|
|
|
|
# Copyright 2023 Giancarlo Dessi, Cagliari, IT |
|
|
|
# Copyright 2023-2024 Giancarlo Dessi, Cagliari, IT |
|
|
|
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=pdal |
|
|
|
SRCNAM=PDAL |
|
|
|
VERSION=${VERSION:-2.6.2} |
|
|
|
VERSION=${VERSION:-2.6.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -48,7 +48,7 @@ if [ "${E57:-yes}" = "yes" ]; then |
|
|
|
BUILDE57="" ; [ -d /usr/include/xercesc ] && BUILDE57="-DBUILD_PLUGIN_E57=ON" |
|
|
|
fi |
|
|
|
if [ "${DRACO:-yes}" = "yes" ]; then |
|
|
|
BUILDDRACO="" ; [ -x /usr/bin/draco_decoder-1.5.6 ] && BUILDDRACO="-DBUILD_PLUGIN_DRACO=ON" |
|
|
|
BUILDDRACO="" ; [ -x /usr/bin/draco_decoder-1.5.* ] && BUILDDRACO="-DBUILD_PLUGIN_DRACO=ON" |
|
|
|
fi |
|
|
|
|
|
|
|
# ************************************************************************* |
|
|
|
@ -140,10 +140,6 @@ chmod 644 $PKG/usr/include/pdal/*/*.hpp |
|
|
|
chmod 644 $PKG/usr/include/pdal/*/*/*.hpp |
|
|
|
chmod 644 $PKG/usr/include/pdal/*/*/*/*.hpp |
|
|
|
|
|
|
|
# Fix path of bash-completion |
|
|
|
mv $PKG/usr/share/share/* $PKG/usr/share |
|
|
|
rmdir $PKG/usr/share/share |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a \ |
|
|
|
AUTHORS.txt CITATION LICENSE.txt README.md RELEASENOTES.txt \ |
|
|
|
|