mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libgdal: revbump for imath-3.1.7.
This commit is contained in:
parent
06a48945a4
commit
8dd4710f6b
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgdal'
|
# Template file for 'libgdal'
|
||||||
pkgname=libgdal
|
pkgname=libgdal
|
||||||
version=3.5.3
|
version=3.5.3
|
||||||
revision=5
|
revision=6
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=python3
|
build_helper=python3
|
||||||
configure_args="-DGDAL_USE_OPENCL=ON
|
configure_args="-DGDAL_USE_OPENCL=ON
|
||||||
|
@ -19,10 +19,9 @@ short_desc="Geospatial Data Abstraction Library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.gdal.org"
|
homepage="https://www.gdal.org"
|
||||||
changelog="https://github.com/OSGeo/gdal/raw/v${version}/NEWS.md"
|
changelog="https://raw.githubusercontent.com/OSGeo/gdal/master/NEWS.md"
|
||||||
distfiles="https://download.osgeo.org/gdal/${version}/gdal-${version}.tar.xz"
|
distfiles="https://download.osgeo.org/gdal/${version}/gdal-${version}.tar.xz"
|
||||||
checksum=d32223ddf145aafbbaec5ccfa5dbc164147fb3348a3413057f9b1600bb5b3890
|
checksum=d32223ddf145aafbbaec5ccfa5dbc164147fb3348a3413057f9b1600bb5b3890
|
||||||
subpackages="libgdal-devel libgdal-tools libgdal-python3"
|
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
@ -67,7 +66,7 @@ libgdal-devel_package() {
|
||||||
|
|
||||||
libgdal-python3_package() {
|
libgdal-python3_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - python3 bindings"
|
short_desc+=" - Python 3 bindings"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove ${py3_sitelib}
|
vmove ${py3_sitelib}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue