mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
gis/pdal: Updated for version 1.7.2.
This commit is contained in:
parent
84b3e55c7e
commit
a37e9ed27c
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=pdal
|
||||
SRCNAM=PDAL
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -94,7 +94,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS.txt ChangeLog LICENSE.txt README.md RELEASENOTES.txt \
|
||||
AUTHORS.txt ChangeLog LICENSE.txt README.md RELEASENOTES.rst \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pdal"
|
||||
VERSION="1.7.1"
|
||||
VERSION="1.7.2"
|
||||
HOMEPAGE="http://pointcloud.org"
|
||||
DOWNLOAD="https://github.com/PDAL/PDAL/archive/1.7.1/PDAL-1.7.1.tar.gz"
|
||||
MD5SUM="a6d329bed833fac439cb544d38143a5e"
|
||||
DOWNLOAD="https://github.com/PDAL/PDAL/archive/1.7.2/PDAL-1.7.2.tar.gz"
|
||||
MD5SUM="d93483d7803aa5200a6913ebd3411485"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gdal libgeotiff postgresql"
|
||||
|
|
Loading…
Reference in a new issue