Skip to content

Commit

Permalink
Renamed kermit.rb to c-kermit.rb as per https://github.com/mxcl/homeb…
Browse files Browse the repository at this point in the history
…rew/issues#issue/2401/comment/652976

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Loom authored and MikeMcQuaid committed Jan 6, 2011
1 parent 11a6743 commit 52902d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Library/Formula/c-kermit.rb
@@ -0,0 +1,18 @@
require 'formula'

class CKermit <Formula
url 'ftp://kermit.columbia.edu/kermit/archives/cku211.tar.gz'
homepage 'http://www.columbia.edu/kermit/'
md5 '5767ec5e6ff0857cbfe2d3ec1ee0e2bc'
version '8.0.211'

def install
system "make macosx103"
man1.mkpath

# The makefile adds /man to the end of manroot when running install
# hence we pass share here, not man. If we don't pass anything it
# uses {prefix}/man
system "make", "prefix=#{prefix}", "manroot=#{share}", "install"
end
end

0 comments on commit 52902d6

Please sign in to comment.