mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/ossim: Fix source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
920ae796a2
commit
473b445496
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue