diff options
author | ArTourter <artourter@gmail.com> | 2022-06-17 11:25:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:10:06 +0700 |
commit | 79eac0f28f46758a5ee53c6d43fe8bff1443c50d (patch) | |
tree | b6ed51423d77c69571d83f09861f619627a4da82 /gis/proj/README | |
parent | c3bf33755e1311772910af65ba9c8af8a3cd814e (diff) |
gis/proj: Updated for version 9.0.1.
- remove mandir patch since it was merged upstream
- add TESTBUILD option to build and run tests (off by default)
- fix /usr/share/doc path in package (bug in CMake definitions)
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/proj/README')
-rw-r--r-- | gis/proj/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gis/proj/README b/gis/proj/README index ddf960673deea..7ea5f0548d40e 100644 --- a/gis/proj/README +++ b/gis/proj/README @@ -1,7 +1,10 @@ -proj is a generic coordinate transformation software, that -transforms coordinates from one coordinate reference system (CRS) to -another. This includes cartographic projections as well as geodetic -transformations. +proj is a generic coordinate transformation software, that transforms +coordinates from one coordinate reference system (CRS) to another. This +includes cartographic projections as well as geodetic transformations. For datum grids, install the proj-data package. Without this package, proj can fetch required grids from the internet as needed. + +By default, the script does not build nor run the tests. You can use the +option TESTBUILD=YES to build and run the tests before the make install +part. |