diff options
| author | Adam Vandenberg | 2013-01-26 14:01:15 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-26 14:01:15 -0800 |
| commit | b949aa5d3370a7ff64b9825b8b75c4cfbf03584a (patch) | |
| tree | 18cce030c8746f97e6f15567515ea456bfcdcd9d /Library/Formula/adplug.rb | |
| parent | 15acc505373db2fbdf757332e8efc226170bd076 (diff) | |
| download | homebrew-b949aa5d3370a7ff64b9825b8b75c4cfbf03584a.tar.bz2 | |
style nits
Diffstat (limited to 'Library/Formula/adplug.rb')
| -rw-r--r-- | Library/Formula/adplug.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/adplug.rb b/Library/Formula/adplug.rb index a6ca1a9c4..afff6194c 100644 --- a/Library/Formula/adplug.rb +++ b/Library/Formula/adplug.rb @@ -1,15 +1,16 @@ require 'formula' class Adplug < Formula - url 'http://downloads.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/adplug-2.2.1.tar.bz2' homepage 'http://adplug.sf.net' + url 'http://downloads.sourceforge.net/project/adplug/AdPlug%20core%20library/2.2.1/adplug-2.2.1.tar.bz2' sha1 '5023282ff44f183c9b6d7da9f57f51595742a5f7' depends_on 'pkg-config' => :build depends_on 'libbinio' def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end |
