proj: update to 5.1.0.
This commit is contained in:
parent
b28a023f94
commit
d07d319192
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'proj'
|
||||
pkgname=proj
|
||||
version=5.0.1
|
||||
version=5.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Cartographic Projections Library"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="MIT"
|
||||
homepage="http://proj4.org"
|
||||
distfiles="http://download.osgeo.org/proj/proj-${version}.tar.gz"
|
||||
checksum=a792f78897482ed2c4e2af4e8a1a02e294c64e32b591a635c5294cb9d49fdc8c
|
||||
homepage="https://proj4.org"
|
||||
distfiles="https://download.osgeo.org/proj/proj-${version}.tar.gz"
|
||||
checksum=6b1379a53317d9b5b8c723c1dc7bf2e3a8eb22ceb46b8807a1ce48ef65685bb3
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -20,6 +20,7 @@ proj-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man/man3
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue