gis/ossim: Fix source.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-08-18 09:06:10 +07:00
parent 920ae796a2
commit 473b445496
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 5 deletions

View file

@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="ossim"
VERSION="2.12.0"
HOMEPAGE="https://trac.osgeo.org/ossim/"
DOWNLOAD="https://github.com/ossimlabs/ossim/archive/2.12.0/ossim-2.12.0.tar.gz"
MD5SUM="6b5930d3eca47555f4031480f8dc8847"
DOWNLOAD="https://github.com/ossimlabs/ossim/archive/v2.12.0/ossim-2.12.0.tar.gz"
MD5SUM="a7e4c97c39e69c893b1a846d06e4b0e8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos jsoncpp libgeotiff"