Commit 972e5f50 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #379 from cstrouse/add-tree

Add tree (1.7.0) package
parents aebe74bf 8e247a1e
require 'package'
class Tree < Package
version '1.7.0'
source_url 'http://mama.indstate.edu/users/ice/tree/src/tree-1.7.0.tgz'
source_sha1 '35bd212606e6c5d60f4d5062f4a59bb7b7b25949'
def self.build
system "sed -i 's,/usr,/usr/local,g' Makefile"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
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