mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
proj: bump to 9.0.1 (#7112)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
SUMMARY="A cartographic projection software"
|
||||
DESCRIPTION="Proj.6 is a library for performing conversions between \
|
||||
cartographic projections."
|
||||
HOMEPAGE="https://proj4.org/index.html"
|
||||
SUMMARY="A generic coordinate transformation software"
|
||||
DESCRIPTION="PROJ - Cartographic Projections and
|
||||
Coordinate Transformations Library."
|
||||
HOMEPAGE="https://proj.org/"
|
||||
COPYRIGHT="2000-2018 Frank Warmerdam"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.osgeo.org/proj/proj-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0620aa01b812de00b54d6c23e7c5cc843ae2cd129b24fabe411800302172b989"
|
||||
CHECKSUM_SHA256="737eaacbe7906d0d6ff43f0d9ebedc5c734cccc9e6b8d7beefdec3ab22d9a6a3"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -19,7 +19,7 @@ else
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="25.9.0.0"
|
||||
libVersion="25.9.0.1"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -103,10 +103,6 @@ INSTALL()
|
||||
|
||||
rm -f "$libDir"/*.la "$libDir"/libproj.a
|
||||
|
||||
mkdir -p $manDir
|
||||
mv $prefix/share/man/* $manDir
|
||||
rmdir $prefix/share/man $prefix/share
|
||||
|
||||
prepareInstalledDevelLibs libproj
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user