Commit 1be20ac0 authored by Tivs's avatar Tivs

Update to version 2.2.1 and remove symlinks

parent 72a5dc50
require 'package' require 'package'
class Iojs < Package class Iojs < Package
version '2.1.0' version '2.2.1'
source_url 'https://iojs.org/dist/v2.1.0/iojs-v2.1.0.tar.gz' source_url 'https://iojs.org/dist/v2.2.1/iojs-v2.2.1.tar.gz'
source_sha1 '3236518f6e16334d0ed4c40b075625a0bb04086d' source_sha1 '2b4a43cc1333526cbc5ac2e30d765a4d9c26427c'
depends_on 'buildessential' depends_on 'buildessential'
depends_on 'python27'
def self.build def self.build
# These are needed for iojs to install
system "sudo ln -s /usr/local/bin/gcc /usr/local/bin/cc"
system "./configure" system "./configure"
system "make" system "make"
end end
......
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