mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
xz_utils, bump version, removes dependency for doxygen (#10724)
This commit is contained in:
@@ -8,7 +8,7 @@ LICENSE="GNU LGPL v2.1
|
||||
GNU GPL v3"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/tukaani-project/xz/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="237284fae40e5f8e9908f0a977e7d0b9a5c7c1c10a41b8e6ed0fb40e930467c8"
|
||||
CHECKSUM_SHA256="92a439948bba24c2bc25bb67a087a19194905209c56b5e600bc94fd2a472e687"
|
||||
SOURCE_DIR="xz-$portVersion"
|
||||
ADDITIONAL_FILES="xz_utils-expander-rules"
|
||||
|
||||
@@ -76,7 +76,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:autoheader
|
||||
cmd:automake
|
||||
cmd:autopoint
|
||||
cmd:doxygen
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
@@ -92,7 +91,7 @@ defineDebugInfoPackage xz_utils$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh --no-po4a
|
||||
./autogen.sh --no-po4a --no-doxygen
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir=$commandBinDir \
|
||||
--disable-rpath \
|
||||
Reference in New Issue
Block a user