Add Rubinius 1.2.4

This commit is contained in:
Sam Stephenson 2011-08-05 10:12:06 -05:00
parent 95fbfdb266
commit 532c4e764c
2 changed files with 10 additions and 0 deletions

View file

@ -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"
}

2
versions/rbx-1.2.4 Normal file
View file

@ -0,0 +1,2 @@
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