mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
15 lines
349 B
TOML
15 lines
349 B
TOML
#TODO compile and test
|
|
# build instructions: https://www.gaia-gis.it/fossil/libspatialite/file?name=README&ci=tip
|
|
[source]
|
|
tar = "https://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-5.1.0.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--enable-freexl=no"
|
|
]
|
|
dependencies = [
|
|
"sqlite3",
|
|
"proj",
|
|
"geos",
|
|
]
|