diff options
| author | Matt Kemp | 2009-09-30 00:22:49 -0500 |
|---|---|---|
| committer | Matt Kemp | 2009-09-30 00:22:49 -0500 |
| commit | 5f471940a09f5212e5baa89d1a9fcf6044644adf (patch) | |
| tree | e00b0ab71249353c65827a712019d6e47fbfb83a /Library/Formula | |
| parent | 85e759383382c30636610cb361f2cd498b3eb10e (diff) | |
| download | homebrew-5f471940a09f5212e5baa89d1a9fcf6044644adf.tar.bz2 | |
added formula for tintin++
TinTin++, aka TT++, is a free Mud client for Windows, Linux, and Mac OS X.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tintin.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/tintin.rb b/Library/Formula/tintin.rb new file mode 100644 index 000000000..df1c12552 --- /dev/null +++ b/Library/Formula/tintin.rb @@ -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 |
