mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
proj: bump version.
This commit is contained in:
@@ -4,9 +4,9 @@ cartographic projections."
|
||||
HOMEPAGE="http://trac.osgeo.org/proj/"
|
||||
COPYRIGHT="2000-2015 Frank Warmerdam"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/OSGeo/proj.4/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9a40de36183d23a395cf51ba7a465e1e6c982b6e4553b31310c42012d188be6b"
|
||||
CHECKSUM_SHA256="c34254f9d54e1f1fcafd322e529a6ca2785785ff99b529dc40b2a25a8a46c871"
|
||||
SOURCE_DIR="proj.4-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -22,7 +22,7 @@ fi
|
||||
|
||||
PROVIDES="
|
||||
proj$secondaryArchSuffix = $portVersion compat >= 4
|
||||
lib:libproj$secondaryArchSuffix = 9.1.0 compat >= 9.1
|
||||
lib:libproj$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
cmd:cs2cs$commandSuffix
|
||||
cmd:geod$commandSuffix
|
||||
cmd:invgeod$commandSuffix
|
||||
@@ -36,7 +36,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
proj${secondaryArchSuffix}_devel = $portVersion compat >= 4
|
||||
devel:libproj$secondaryArchSuffix = 9.1.0 compat >= 9.1
|
||||
devel:libproj$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
"
|
||||
REQUIRES_devel="
|
||||
proj$secondaryArchSuffix == $portVersion base
|
||||
@@ -46,14 +46,19 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:awk
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user