mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
abcl: bump version (#8883)
This commit is contained in:
@@ -6,11 +6,11 @@ the J editor, it now supports JSR-223 (Java scripting API): it can be a \
|
|||||||
scripting engine in any Java application. Additionally, it can be used \
|
scripting engine in any Java application. Additionally, it can be used \
|
||||||
to implement (parts of) the application using Java to Lisp integration APIs."
|
to implement (parts of) the application using Java to Lisp integration APIs."
|
||||||
HOMEPAGE="http://abcl.org/"
|
HOMEPAGE="http://abcl.org/"
|
||||||
COPYRIGHT="1999-2020 ABCL development team"
|
COPYRIGHT="1999-2023 ABCL development team"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://abcl.org/releases/$portVersion/abcl-bin-$portVersion.tar.gz"
|
SOURCE_URI="https://abcl.org/releases/$portVersion/abcl-bin-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="83faaee1f3c121daf4e1fc74e3887d167efe47bc94538592b88b4ca16ed3c5a5"
|
CHECKSUM_SHA256="24970976b3565ddf32a1e0b17c5034a9996df25404ec44f240505b01c68a37fe"
|
||||||
SOURCE_DIR="abcl-bin-$portVersion"
|
SOURCE_DIR="abcl-bin-$portVersion"
|
||||||
|
|
||||||
ARCHITECTURES="any"
|
ARCHITECTURES="any"
|
||||||
@@ -21,20 +21,11 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku
|
haiku
|
||||||
java:environment >= 11
|
java:environment >= 17
|
||||||
"
|
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
"
|
|
||||||
BUILD_PREREQUIRES="
|
|
||||||
java:environment == 11
|
|
||||||
"
|
"
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
source /system/data/profile.d/openjdk11.sh
|
|
||||||
export JAVA_HOME=$JDK11_HOME
|
|
||||||
|
|
||||||
# place jarfiles in lib
|
# place jarfiles in lib
|
||||||
mkdir -p $libDir
|
mkdir -p $libDir
|
||||||
cp *.jar $libDir
|
cp *.jar $libDir
|
||||||
@@ -44,8 +35,7 @@ INSTALL()
|
|||||||
|
|
||||||
echo "#!/bin/sh
|
echo "#!/bin/sh
|
||||||
|
|
||||||
java -jar $libDir/abcl.jar \$@" > $libDir/abcl
|
\$JDK17_HOME/bin/java -jar $libDir/abcl.jar \$@" > $libDir/abcl
|
||||||
chmod +x $libDir/abcl
|
chmod +x $libDir/abcl
|
||||||
ln -s $libDir/abcl $binDir
|
ln -sr $libDir/abcl $binDir
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user