mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
spdlog: add missing compat strings
* put $libDir into devel package * remove unsupported x86_gcc2 arch Spotted by korli, thanks!
This commit is contained in:
@@ -18,21 +18,20 @@ Features:
|
||||
* Optional async logging
|
||||
* Logging levels
|
||||
* Custom formatting with user defined patterns"
|
||||
COPYRIGHT="1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
|
||||
2001-2018 Expat maintainers."
|
||||
COPYRIGHT="Gabi Melman"
|
||||
HOMEPAGE="https://github.com/gabime/spdlog"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/gabime/spdlog/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="821c85b120ad15d87ca2bc44185fa9091409777c756029125a02f81354072157"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
|
||||
PROVIDES="
|
||||
spdlog$secondaryArchSuffix = $portVersion
|
||||
lib:libspdlog$secondaryArchSuffix = $portVersion
|
||||
spdlog$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libspdlog$secondaryArchSuffix = $portVersion compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
@@ -40,8 +39,8 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
spdlog${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libspdlog$secondaryArchSuffix = $portVersion
|
||||
spdlog${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libspdlog$secondaryArchSuffix = $portVersion compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
spdlog$secondaryArchSuffix == $portVersion
|
||||
@@ -81,7 +80,8 @@ INSTALL()
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
$developDir \
|
||||
$libDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
|
||||
Reference in New Issue
Block a user