diff options
| author | Adam Vandenberg | 2012-07-09 09:41:16 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-09 09:41:16 -0700 |
| commit | f8a4302d7f8ae18da24aa6664727587e7b37299c (patch) | |
| tree | 45b249b8f8ec55f06bedb1dadc49c9ab7bb4930d /Library/Formula | |
| parent | e88c6828af9611b2707fcd3e27c5eb14580f7326 (diff) | |
| download | homebrew-f8a4302d7f8ae18da24aa6664727587e7b37299c.tar.bz2 | |
Move ScummVM to homebrew-games
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/scummvm.rb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Library/Formula/scummvm.rb b/Library/Formula/scummvm.rb deleted file mode 100644 index 5444b31df..000000000 --- a/Library/Formula/scummvm.rb +++ /dev/null @@ -1,21 +0,0 @@ -require 'formula' - -class Scummvm < Formula - url 'http://downloads.sourceforge.net/project/scummvm/scummvm/1.4.1/scummvm-1.4.1.tar.bz2' - homepage 'http://www.scummvm.org/' - md5 'aa094c2224aad22d5340a1d2d919c883' - - depends_on 'sdl' - depends_on :libpng - depends_on 'flac' => :recommended - depends_on 'libvorbis' => :recommended - depends_on 'libogg' => :recommended - depends_on 'fluid-synth' => :optional - - def install - system "./configure", "--prefix=#{prefix}", "--disable-debug" - system "make" - system "make install" - (share+'pixmaps').rmtree - end -end |
