Skip to content

Commit

Permalink
mp3blaster 3.2.5
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#22532.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
habibalamin authored and adamv committed Sep 14, 2013
1 parent 206739f commit 5e2492d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Formula/mp3blaster.rb
@@ -0,0 +1,21 @@
require 'formula'

class Mp3blaster < Formula
homepage 'http://mp3blaster.sourceforge.net'
url 'http://downloads.sourceforge.net/project/mp3blaster/mp3blaster/mp3blaster-3.2.5/mp3blaster-3.2.5.tar.gz'
sha1 '6a0fc892e0739a409735e85b18089c0e25fcc577'

depends_on 'sdl'

def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "make", "install"
end

test do
system "#{bin}/mp3blaster", "--version"
end
end

0 comments on commit 5e2492d

Please sign in to comment.