mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
muon, revbump, some additional fixes for secondaryArchSuffix, install in $prefix/bin (#12438)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Muon is a meson implementation in c99 with minimal dependencies"
|
||||
HOMEPAGE="https://muon.build/"
|
||||
COPYRIGHT="2022-2025 Stone Tickle"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://muon.build/releases/v$portVersion/muon-v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9121f2521fb5037a87a922573b7fd886f0c4e7eb17696dd80901d810b9b56609"
|
||||
SOURCE_DIR="muon-v$portVersion"
|
||||
@@ -16,11 +16,11 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
BOOSTRAP_BUILD=false
|
||||
|
||||
PROVIDES="
|
||||
muon = $portVersion
|
||||
muon$secondaryArchSuffix = $portVersion
|
||||
cmd:muon = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libarchive$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
lib:libpkgconf$secondaryArchSuffix
|
||||
@@ -65,6 +65,7 @@ BUILD_NON_BOOSTRAP()
|
||||
meson setup build \
|
||||
--buildtype=release \
|
||||
--prefix="$prefix" \
|
||||
--bindir=$prefix/bin \
|
||||
-Ddocs=disabled \
|
||||
-Dwebsite=false
|
||||
ninja -C build
|
||||
|
||||
Reference in New Issue
Block a user