mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 08:40:06 +02:00
jamvm: updated to 2.0.0
This commit is contained in:
64
dev-java/jamvm/jamvm-2.0.0.recipe
Normal file
64
dev-java/jamvm/jamvm-2.0.0.recipe
Normal file
@@ -0,0 +1,64 @@
|
||||
SUMMARY="JamVM"
|
||||
DESCRIPTION="
|
||||
JamVM is a new Java Virtual Machine which conforms to the JVM specification \
|
||||
version 2 (blue book). In comparison to most other VM's (free and commercial) \
|
||||
it is extremely small.
|
||||
"
|
||||
HOMEPAGE="http://jamvm.sourceforge.net/"
|
||||
SRC_URI="http://sourceforge.net/projects/jamvm/files/jamvm/JamVM%20$portVersion/jamvm-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="76428e96df0ae9dd964c7a7c74c1e9a837e2f312c39e9a357fa8178f7eff80da"
|
||||
REVISION="1"
|
||||
DEPEND=""
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2003-2010 Robert Lougher"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
# for a different secondary architecture.
|
||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||
else
|
||||
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
jamvm$secondaryArchSuffix = $portVersion
|
||||
cmd:jamvm$secondaryArchSuffix = $portVersion
|
||||
lib:libjvm$secondaryArchSuffix
|
||||
devel:libjvm$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libz$secondaryArchSuffix >= 1.2.8
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoreconf
|
||||
cmd:aclocal
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:find
|
||||
"
|
||||
|
||||
|
||||
PATCHES="jamvm-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p m4
|
||||
autoreconf -fi
|
||||
runConfigure ./configure \
|
||||
--with-classpath-install-dir=$prefix
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
prepareInstalledDevelLib libjvm
|
||||
}
|
||||
2720
dev-java/jamvm/patches/jamvm-2.0.0.patchset
Normal file
2720
dev-java/jamvm/patches/jamvm-2.0.0.patchset
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user