Commit 532c4e76 by Sam Stephenson

Add Rubinius 1.2.4

parent 95fbfdb2
......@@ -66,6 +66,14 @@ build_package_ruby() {
} >$LOG_PATH 2>&1
}
build_package_rbx() {
local package_name="$1"
{ ./configure --prefix="$PREFIX_PATH"
rake install
} >$LOG_PATH 2>&1
}
build_package_copy() {
cp -R . "$PREFIX_PATH"
}
......
install_package "rubinius-1.2.4" "http://asset.rubini.us/rubinius-1.2.4-20110705.tar.gz" rbx
install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby
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