mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
htmlcxx: Fix provides and requires. (#11203)
This commit is contained in:
@@ -8,10 +8,10 @@ COPYRIGHT="Davi de Castro Reis
|
||||
Robson Braga Ara˙jo"
|
||||
LICENSE="Apache v2
|
||||
GNU LGPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="$HOMEPAGE/files/v0.87/htmlcxx-0.87.tar.gz"
|
||||
CHECKSUM_SHA256="5d38f938cf4df9a298a5346af27195fffabfef9f460fc2a02233cbcfa8fc75c8"
|
||||
PATCHES="htmlcxx-$portVersion-c++17.patch"
|
||||
PATCHES="htmlcxx-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -31,13 +31,13 @@ libCssVersionCompat="$libCssVersion compat >= ${libCssVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
htmlcxx$secondaryArchSuffix = $portVersion
|
||||
cmd:htmlcxx$commandSuffix
|
||||
lib:libhtmlcxx$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libcss_parser$secondaryArchSuffix = $libCssVersionCompat
|
||||
lib:libcss_parser_pp$secondaryArchSuffix = $libCssVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_tools="
|
||||
@@ -47,6 +47,7 @@ PROVIDES_tools="
|
||||
REQUIRES_tools="
|
||||
htmlcxx$secondaryArchSuffix == $portVersion
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
|
||||
Reference in New Issue
Block a user