mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
gis/geos: Updated for version 3.7.0.
This commit is contained in:
parent
7acafd96ab
commit
fc1fd88b83
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for geos
|
# Slackware build script for geos
|
||||||
# Written by Kyle Guinn <elyk03@gmail.com>
|
# Written by Kyle Guinn <elyk03@gmail.com>
|
||||||
# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
# Maintained 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=geos
|
PRGNAM=geos
|
||||||
VERSION=${VERSION:-3.6.3}
|
VERSION=${VERSION:-3.7.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ make install-strip DESTDIR=$PKG
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a \
|
cp -a \
|
||||||
AUTHORS COPYING NEWS README TODO \
|
AUTHORS COPYING NEWS README.md TODO \
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="geos"
|
PRGNAM="geos"
|
||||||
VERSION="3.6.3"
|
VERSION="3.7.0"
|
||||||
HOMEPAGE="http://trac.osgeo.org/geos/"
|
HOMEPAGE="http://trac.osgeo.org/geos/"
|
||||||
DOWNLOAD="http://download.osgeo.org/geos/geos-3.6.3.tar.bz2"
|
DOWNLOAD="http://download.osgeo.org/geos/geos-3.7.0.tar.bz2"
|
||||||
MD5SUM="21363523fca1f215155574e498c1d777"
|
MD5SUM="1163224b12602a23122b271dd20a98b1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue