Commit 929711f8 by jc00ke

Add definition for MagLev

parent 495b248d
...@@ -167,6 +167,20 @@ build_package_rbx() { ...@@ -167,6 +167,20 @@ build_package_rbx() {
} >&4 2>&1 } >&4 2>&1
} }
build_package_maglev() {
build_package_copy
{ cd "${PREFIX_PATH}"
./install.sh
} >&4 2>&1
echo
echo "Using another Ruby (Rubinius 1.2.4 or 2.0.0x, MRI, etc)"
echo "from within $PREFIX_PATH run"
echo "/path/to/that/other/rake build:maglev"
echo
echo "Run 'maglev start' to start up the stone before using 'maglev-ruby' or 'maglev-irb'"
}
build_package_jruby() { build_package_jruby() {
build_package_copy build_package_copy
cd "${PREFIX_PATH}/bin" cd "${PREFIX_PATH}/bin"
......
install_package "MagLev-1.0.0" "http://glass-downloads.gemstone.com/maglev/MagLev-1.0.0.tar.gz" maglev
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment