xz_utils, bump version (#9144)

This commit is contained in:
Schrijvers Luc
2023-08-03 16:01:53 +00:00
committed by GitHub
parent f2614c1a08
commit e8cc03d791

View File

@@ -8,7 +8,7 @@ LICENSE="GNU LGPL v2.1
GNU GPL v3"
REVISION="1"
SOURCE_URI="https://downloads.sourceforge.net/lzmautils/xz-$portVersion.tar.bz2"
CHECKSUM_SHA256="9243a04598d7a70c1f567a0143a255581ac5c64b140fd55fd5cbc1e00b0e6f90"
CHECKSUM_SHA256="0b6fcde1ac38e90433a2556f500c065950b9bcd2d602006efc334782bdfe6296"
SOURCE_DIR="xz-$portVersion"
ADDITIONAL_FILES="xz_utils-expander-rules"
@@ -71,6 +71,12 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:autoheader
cmd:automake
cmd:autopoint
cmd:doxygen
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
@@ -86,7 +92,7 @@ defineDebugInfoPackage xz_utils$secondaryArchSuffix \
BUILD()
{
touch po/t-cs.gmo
./autogen.sh --no-po4a
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir \
--disable-static
@@ -109,7 +115,8 @@ INSTALL()
prepareInstalledDevelLibs liblzma
packageEntries devel \
$developDir
$developDir \
$docDir
}
TEST()