added formula for tintin++

TinTin++, aka TT++, is a free Mud client for Windows, Linux, and Mac OS X.
master
Matt Kemp 2009-09-30 00:22:49 -05:00
parent 09d75b17d4
commit ef1bb13903
1 changed files with 13 additions and 0 deletions

13
Formula/tintin.rb Normal file
View File

@ -0,0 +1,13 @@
require 'brewkit'
class Tintin <Formula
url 'http://downloads.sourceforge.net/project/tintin/TinTin%2B%2B%20Source%20Code/1.99.7/tintin-1.99.7.tar.gz'
homepage 'http://tintin.sf.net'
md5 '397769453038db1697e460fe24218d7d'
def install
Dir.chdir "src"
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end