mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
De-lint recipes.
* rdesktop Removed "." from SUMMARY. Re-ordered blocks. * rebar Removed "." from SUMMARY. Added REQUIRES and BUILD_REQUIRES. Re-ordered blocks. * redoflacs Removed "." from SUMMARY. Re-ordered blocks. * rename Removed "." from SUMMARY. Re-ordered blocks. * rtmpdump Improved SUMMARY. Re-ordered blocks. * rxtx Improved SUMMARY. Fixed COPRIGHT. Re-ordered blocks. * scheherazade_font Removed "." from SUMMARY. Re-ordered blocks. * scrittore Improved SUMMARY. Added REQUIRES and BUILD_REQUIRES. Re-ordered blocks. * sdl_bomber Removed "." from SUMMARY. Re-ordered blocks. * shredder Removed "." from SUMMARY. Added BUILD_REQUIRES. Re-ordered blocks. * simh Re-ordered blocks. Lint warns of unused patch. I does build without. Remove the patch? * snappy Removed "." from SUMMARY. Re-ordered blocks. * spidermonkey Removed "." from SUMMARY. Re-ordered blocks.
This commit is contained in:
@@ -1,30 +1,37 @@
|
||||
SUMMARY="A Javascript engine written in C/C++."
|
||||
DESCRIPTION="
|
||||
Spidermonkey is a Javascript engine written in C/C++ used in various products \
|
||||
from Mozilla.
|
||||
"
|
||||
HOMEPAGE="http://www.mozilla.org/js/spidermonkey"
|
||||
SUMMARY="A Javascript engine written in C/C++"
|
||||
DESCRIPTION="Spidermonkey is a Javascript engine written in C/C++ used in \
|
||||
various products from Mozilla."
|
||||
HOMEPAGE="http://www.mozilla.org/js/spidermonkey"
|
||||
COPYRIGHT="1998-1999 Netscape Communications Corporation"
|
||||
LICENSE="NPL v1.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.gz"
|
||||
CHECKSUM_SHA256="5d12f7e1f5b4a99436685d97b9b7b75f094d33580227aa998c406bbae6f2a687"
|
||||
LICENSE="NPL v1.1"
|
||||
COPYRIGHT="1998-1999 Netscape Communications Corporation."
|
||||
REVISION="1"
|
||||
ARCHITECTURES="?x86_gcc2 x86 ?x86_64"
|
||||
|
||||
SOURCE_DIR="js-$portVersion/"
|
||||
PATCHES="spidermonkey-${portVersion}.patchset"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
spidermonkey$secondaryArchSuffix = $portVersion compat >= 1.8
|
||||
lib:libmozjs185$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES=""
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
PROVIDES_devel="
|
||||
spidermonkey${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmozjs185$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
spidermonkey$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
@@ -36,8 +43,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
SOURCE_DIR="js-$portVersion/"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd js/src
|
||||
@@ -61,12 +66,3 @@ INSTALL()
|
||||
$developDir
|
||||
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
spidermonkey${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmozjs185$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
spidermonkey$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user