mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
uchardet: bump version
This commit is contained in:
@@ -9,9 +9,9 @@ charsets, and more reliably than the original implementation."
|
||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/"
|
||||
COPYRIGHT="2015-2016 BYVoid, Jehan"
|
||||
LICENSE="MPL v1.1"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.freedesktop.org/software/uchardet/releases/uchardet-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61"
|
||||
CHECKSUM_SHA256="3fc79408ae1d84b406922fa9319ce005631c95ca0f34b205fad867e8b30e45b1"
|
||||
PATCHES="uchardet-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -19,7 +19,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
uchardet$secondaryArchSuffix = $portVersion
|
||||
lib:libuchardet$secondaryArchSuffix = $portVersion
|
||||
lib:libuchardet$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
@@ -33,7 +33,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
uchardet${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libuchardet$secondaryArchSuffix = $portVersion
|
||||
devel:libuchardet$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
uchardet$secondaryArchSuffix == $portVersion base
|
||||
@@ -65,6 +65,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libuchardet.a
|
||||
|
||||
prepareInstalledDevelLibs libuchardet
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user