libraries/geos: Updated for version 3.3.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
7ed1edab62
commit
25091995eb
|
@ -4,7 +4,7 @@
|
|||
# Written by Kyle Guinn <elyk03@gmail.com>
|
||||
|
||||
PRGNAM=geos
|
||||
VERSION=${VERSION:-3.2.2}
|
||||
VERSION=${VERSION:-3.3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,20 +54,20 @@ find . \
|
|||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib$LIBDIRSUFFIX \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--infodir=/usr/info \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--enable-python \
|
||||
--disable-ruby \
|
||||
--build=$ARCH-slackware-linux
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib$LIBDIRSUFFIX \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--infodir=/usr/info \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--enable-python \
|
||||
--disable-ruby \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="geos"
|
||||
VERSION="3.2.2"
|
||||
VERSION="3.3.3"
|
||||
HOMEPAGE="http://trac.osgeo.org/geos/"
|
||||
DOWNLOAD="http://download.osgeo.org/geos/geos-3.2.2.tar.bz2"
|
||||
MD5SUM="c5d264acac22fe7720f85dadc1fc17c6"
|
||||
DOWNLOAD="http://download.osgeo.org/geos/geos-3.3.3.tar.bz2"
|
||||
MD5SUM="8454e653d7ecca475153cc88fd1daa26"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Kyle Guinn"
|
||||
EMAIL="elyk03@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in New Issue