Skip to content

Instantly share code, notes, and snippets.

@ctrochalakis
Forked from brainopia/gist:1661877
Created January 24, 2012 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctrochalakis/1669023 to your computer and use it in GitHub Desktop.
Save ctrochalakis/1669023 to your computer and use it in GitHub Desktop.
ruby-build definition for falcon patch - https://gist.github.com/1658360 (works)
patch_url=https://raw.github.com/gist/1658360/afd06eec533ad0140011bdaf652e6cd82eedf7ec/cumulative_performance.patch
yaml_url=http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz
ruby_url=http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz
build_package_falcon_patch() {
echo 'applying falcon patch'
curl $patch_url | patch -p1
build_package_standard $1
}
require_gcc
install_package "yaml-0.1.4" $yaml_url
install_package "ruby-1.9.3-p0" $ruby_url falcon_patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment