mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
xerces_c: bump version
This commit is contained in:
@@ -4,11 +4,11 @@ to read and write XML data. A shared library is provided for parsing, \
|
||||
generating, manipulating, and validating XML documents using the DOM, SAX, \
|
||||
and SAX2 APIs."
|
||||
HOMEPAGE="https://xerces.apache.org/xerces-c/"
|
||||
COPYRIGHT="1999-2018 The Apache Software Foundation"
|
||||
COPYRIGHT="1999-2025 The Apache Software Foundation"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://dlcdn.apache.org//xerces/c/3/sources/xerces-c-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="1db4028c9b7f1f778efbf4a9462d65e13f9938f2c22f9e9994e12c49ba97e252"
|
||||
CHECKSUM_SHA256="ef752578587e26013a933f16d76305c9b43ca32f869e3d3426986e03efb01d64"
|
||||
SOURCE_DIR="xerces-c-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -23,7 +23,7 @@ fi
|
||||
|
||||
PROVIDES="
|
||||
xerces_c$secondaryArchSuffix = $portVersion
|
||||
lib:libxerces_c_3.2$secondaryArchSuffix
|
||||
lib:libxerces_c_3.3$secondaryArchSuffix
|
||||
cmd:CreateDOMDocument$commandSuffix
|
||||
cmd:DOMCount$commandSuffix
|
||||
cmd:DOMPrint$commandSuffix
|
||||
@@ -52,7 +52,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
xerces_c${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libxerces_c_3.2$secondaryArchSuffix
|
||||
devel:libxerces_c_3.3$secondaryArchSuffix
|
||||
devel:libxerces_c$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
@@ -92,7 +92,7 @@ INSTALL()
|
||||
prepareInstalledDevelLibs libxerces-c
|
||||
fixPkgconfig
|
||||
|
||||
ln -s --relative $libDir/libxerces-c-3.2.so $developLibDir
|
||||
ln -s --relative $libDir/libxerces-c-3.3.so $developLibDir
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
Reference in New Issue
Block a user