mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
postgis-postgresql16: update to 3.5.2.
This commit is contained in:
parent
dd0b9d1dc5
commit
977d099373
1 changed files with 10 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'postgis-postgresql16'
|
# Template file for 'postgis-postgresql16'
|
||||||
pkgname=postgis-postgresql16
|
pkgname=postgis-postgresql16
|
||||||
version=3.5.0
|
version=3.5.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
_major="${pkgname#postgis-postgresql}"
|
||||||
configure_args="
|
configure_args="
|
||||||
--bindir=/usr/lib/psql16/bin
|
--bindir=/usr/lib/psql16/bin
|
||||||
--with-projdir=${XBPS_CROSS_BASE}/usr
|
--with-projdir=${XBPS_CROSS_BASE}/usr
|
||||||
|
@ -20,7 +21,7 @@ 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"
|
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=ca698a22cc2b2b3467ac4e063b43a28413f3004ddd505bdccdd74c56a647f510
|
checksum=fb9f95d56e3aaef6a296473c76a3b99005ac41864d486c197cd478c9b14f791a
|
||||||
nocross="FIXME: Cannot run test program to determine PROJ version"
|
nocross="FIXME: Cannot run test program to determine PROJ version"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
@ -31,3 +32,9 @@ pre_check() {
|
||||||
# regression tests require running postgresql
|
# regression tests require running postgresql
|
||||||
vsed -i regress/run_test.pl -e '/\/usr\/bin\/env/ a exit;'
|
vsed -i regress/run_test.pl -e '/\/usr\/bin\/env/ a exit;'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
for i in ${DESTDIR}/usr/share/man/*[^3]/*; do
|
||||||
|
mv $i ${i%.*}-${_major}.${i##*.}
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue