mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
CLN: bump (#4570)
This commit is contained in:
@@ -10,14 +10,17 @@ COPYRIGHT="1988-2008 Bruno Haible
|
||||
2000-2014 Richard Kreckel
|
||||
2008-2010 Alexei Sheplyakov"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="5"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.ginac.de/CLN/cln-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="2d99d7c433fb60db1e28299298a98354339bdc120d31bb9a862cafc5210ab748"
|
||||
CHECKSUM_SHA256="f492530e8879bda529009b6033e1923c8f4aae843149fc28c667c20b094d984a"
|
||||
PATCHES="cln-$portVersion.patch"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
libclnVersion="6.0.6"
|
||||
libclnVersionCompat="$libclnVersion compat >= ${libclnVersion%%.*}"
|
||||
|
||||
if [ "$targetArchitecture" != x86_gcc2 ]; then
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
@@ -28,7 +31,7 @@ fi
|
||||
|
||||
PROVIDES="
|
||||
cln$secondaryArchSuffix = $portVersion
|
||||
lib:libcln$secondaryArchSuffix = 6.0.4 compat >= 6
|
||||
lib:libcln$secondaryArchSuffix = $libclnVersionCompat
|
||||
cmd:pi$commandSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -37,7 +40,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
cln${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcln$secondaryArchSuffix = 6.0.4 compat >= 6
|
||||
devel:libcln$secondaryArchSuffix = $libclnVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
cln$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user