mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
postgis: update to 2.5.1.
This commit is contained in:
parent
e2e38920a0
commit
b01441229f
1 changed files with 6 additions and 5 deletions
|
@ -1,21 +1,22 @@
|
||||||
# Template file for 'postgis'
|
# Template file for 'postgis'
|
||||||
pkgname=postgis
|
pkgname=postgis
|
||||||
version=2.5.0
|
version=2.5.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-projdir=${XBPS_CROSS_BASE}/usr
|
configure_args="--with-projdir=${XBPS_CROSS_BASE}/usr
|
||||||
--with-projdir=${XBPS_CROSS_BASE}/usr
|
--with-projdir=${XBPS_CROSS_BASE}/usr
|
||||||
--with-jsondir=${XBPS_CROSS_BASE}/usr
|
--with-jsondir=${XBPS_CROSS_BASE}/usr
|
||||||
--with-protobufdir=${XBPS_CROSS_BASE}/usr"
|
--with-protobufdir=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="automake libtool perl pkg-config geos libgdal-tools postgresql-libs-devel"
|
hostmakedepends="automake libtool perl pkg-config geos libgdal-tools postgresql-libs-devel"
|
||||||
makedepends="geos-devel postgresql-libs-devel libgdal-devel libpqxx-devel
|
makedepends="geos-devel libgdal-devel libpqxx-devel libxml2-devel postgresql-libs-devel
|
||||||
libxml2-devel proj-devel protobuf-c-devel json-c"
|
proj-devel protobuf-c-devel"
|
||||||
short_desc="Spatial database extender for PostgreSQL"
|
short_desc="Spatial database extender for PostgreSQL"
|
||||||
maintainer="Orphaned <orphan@voidlinux.eu>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://postgis.net/"
|
homepage="https://postgis.net/"
|
||||||
|
changelog="https://git.osgeo.org/gitea/postgis/postgis/raw/tag/${version}/NEWS"
|
||||||
distfiles="https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz"
|
distfiles="https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz"
|
||||||
checksum=be73abd747e9665f29748e0e7dc6b3f7b1ce98f32e3567f08259420ca10e36d5
|
checksum=fb137056f43aae0e9d475dc5b7934eccce466f86f5ceeb69ec8b5cea26817a91
|
||||||
nocross="FIXME: Cannot run test program to determine PROJ version"
|
nocross="FIXME: Cannot run test program to determine PROJ version"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue