mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
BeZilla: use safe source
* drop secondary arch
This commit is contained in:
@@ -5,37 +5,39 @@ needs of both casual and power users."
|
||||
HOMEPAGE="https://github.com/mmadia/bezilla"
|
||||
COPYRIGHT="1995-2009 Mozilla Developers and Contributors"
|
||||
LICENSE="MPL v1.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/mmadia/bezilla.git#686254"
|
||||
PATCHES="bezilla-2.0.0.22.patchset"
|
||||
REVISION="2"
|
||||
COMMIT="6862542e81d0407f8fbdb8cf96a48fdc3156e902"
|
||||
SOURCE_URI="https://github.com/mmadia/bezilla/archive/$COMMIT.zip"
|
||||
SOURCE_DIR="bezilla-$COMMIT"
|
||||
CHECKSUM_SHA256="61dd1e12fc0a183d2ded7cbc16adbe1fb7bee565ce7d12acc48bfbe5954f80ce"
|
||||
PATCHES="bezilla-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?arm"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?arm"
|
||||
ARCHITECTURES="x86_gcc2 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
bezilla$secondaryArchSuffix = $portVersion
|
||||
cmd:firefox$secondaryArchSuffix = $portVersion
|
||||
app:BeZilla$secondaryArchSuffix = $portVersion
|
||||
bezilla= $portVersion
|
||||
cmd:firefox= $portVersion
|
||||
app:BeZilla= $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
haiku
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
bezilla${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:firefox_config$secondaryArchSuffix = $portVersion
|
||||
bezilla_devel = $portVersion
|
||||
cmd:firefox_config= $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
bezilla$secondaryArchSuffix == $portVersion base
|
||||
bezilla== $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libidl$secondaryArchSuffix
|
||||
devel:libglib$secondaryArchSuffix
|
||||
haiku_devel
|
||||
devel:libIDL_2
|
||||
devel:libglib
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:m4
|
||||
cmd:gawk
|
||||
@@ -43,7 +45,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:xargs
|
||||
cmd:tar
|
||||
cmd:zip
|
||||
cmd:autoconf_2.13$secondaryArchSuffix
|
||||
cmd:autoconf_2.13
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user