-
-
Save ctrochalakis/1669023 to your computer and use it in GitHub Desktop.
ruby-build definition for falcon patch - https://gist.github.com/1658360 (works)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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