2010-02-09 21:33:29 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Ee < Formula
|
2010-02-09 21:33:29 +00:00
|
|
|
homepage 'http://www.users.qwest.net/~hmahon/'
|
2013-01-27 23:00:10 +00:00
|
|
|
url 'http://www.users.qwest.net/~hmahon/sources/ee-1.4.6.src.tgz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '6be7d03eade441a6c409b9d441ba2c144e26b157'
|
2010-02-09 21:33:29 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make localmake"
|
|
|
|
system "make all"
|
|
|
|
|
|
|
|
# Install manually
|
|
|
|
bin.install "ee"
|
|
|
|
man1.install "ee.1"
|
|
|
|
end
|
|
|
|
end
|