diff --git a/science/gis/proj/actions.py b/science/gis/proj/actions.py index 0cae54e9c7..92b4310c50 100644 --- a/science/gis/proj/actions.py +++ b/science/gis/proj/actions.py @@ -4,20 +4,22 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import get + def setup(): autotools.configure("--disable-static") + def build(): autotools.make() + def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - #pisitools.insinto("%s/share/proj" % get.defaultprefixDIR(), "nad/test*") - #pisitools.insinto("%s/share/proj" % get.defaultprefixDIR(), "nad/pj_out*.dist") + pisitools.insinto("%s/share/proj" % get.defaultprefixDIR(), "nad/*") - pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README") + pisitools.dodoc("COPYING", "README") diff --git a/science/gis/proj/pspec.xml b/science/gis/proj/pspec.xml index 5919e5bb13..380b173b77 100644 --- a/science/gis/proj/pspec.xml +++ b/science/gis/proj/pspec.xml @@ -1,30 +1,40 @@ - + proj - http://trac.osgeo.org/proj/ + https://proj.org/ PisiLinux Community admins@pisilinux.org + science.gis MIT library app:console Cartographic Projections library Proj.4 cartographic projection software with updated NAD27 grids. - http://download.osgeo.org/proj/proj-5.1.0.tar.gz - http://download.osgeo.org/proj/proj-datumgrid-1.7.zip + https://download.osgeo.org/proj/proj-7.1.1.tar.gz + https://download.osgeo.org/proj/proj-datumgrid-1.8.tar.gz + + curl-devel + tiff-devel + sqlite-devel + proj + Cartographic Projections library + + tiff + - /usr/bin - /usr/share/proj /usr/lib /usr/share/man /usr/share/doc + /usr/bin + /usr/share/proj @@ -42,6 +52,13 @@ + + 2020-09-24 + 7.1.1 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2018-09-07 5.1.0 diff --git a/science/gis/proj/translations.xml b/science/gis/proj/translations.xml index 3e7c9fee39..4886f9d9c2 100644 --- a/science/gis/proj/translations.xml +++ b/science/gis/proj/translations.xml @@ -9,5 +9,6 @@ proj-devel proj için geliştirme dosyaları + proj-devel, proj için geliştirme dosyalarını içerir.