mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libxslt, bump to 1.1.43 (#12414)
This commit is contained in:
@@ -8,17 +8,22 @@ in commercial applications."
|
||||
HOMEPAGE="http://www.xmlsoft.org/"
|
||||
COPYRIGHT="2001-2012 Daniel Veillard"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.gnome.org/sources/libxslt/1.1/libxslt-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0"
|
||||
CHECKSUM_SHA256="5a3d6b383ca5afc235b171118e90f5ff6aa27e9fea3303065231a6d403f0183a"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
libVersion="$portVersion"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
libexsltVersion="0.8.24"
|
||||
libexsltVersionCompat="$libexsltVersion compat >= ${libexsltVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
libxslt$secondaryArchSuffix = $portVersion
|
||||
lib:libexslt$secondaryArchSuffix = 0.8.21 compat >= 0
|
||||
lib:libxslt$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libexslt$secondaryArchSuffix = $libexsltVersionCompat
|
||||
lib:libxslt$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
@@ -47,8 +52,8 @@ fi
|
||||
PROVIDES_devel="
|
||||
libxslt${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:xslt_config$secondaryArchSuffix = $portVersion
|
||||
devel:libexslt$secondaryArchSuffix = 0.8.21 compat >= 0
|
||||
devel:libxslt$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libexslt$secondaryArchSuffix = $libexsltVersionCompat
|
||||
devel:libxslt$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libxslt$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user