mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
proj: update to 5.1.0.
This commit is contained in:
parent
b28a023f94
commit
d07d319192
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'proj'
|
# Template file for 'proj'
|
||||||
pkgname=proj
|
pkgname=proj
|
||||||
version=5.0.1
|
version=5.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Cartographic Projections Library"
|
short_desc="Cartographic Projections Library"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://proj4.org"
|
homepage="https://proj4.org"
|
||||||
distfiles="http://download.osgeo.org/proj/proj-${version}.tar.gz"
|
distfiles="https://download.osgeo.org/proj/proj-${version}.tar.gz"
|
||||||
checksum=a792f78897482ed2c4e2af4e8a1a02e294c64e32b591a635c5294cb9d49fdc8c
|
checksum=6b1379a53317d9b5b8c723c1dc7bf2e3a8eb22ceb46b8807a1ce48ef65685bb3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -20,6 +20,7 @@ proj-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/share/man/man3
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue