From b94f92abe980c4b7b2e2e16885e0e7dad2bcd273 Mon Sep 17 00:00:00 2001 From: Daniel Salber Date: Wed, 20 Apr 2011 17:37:51 +0200 Subject: mp3check 0.8.4 Signed-off-by: Adam Vandenberg --- Library/Formula/mp3check.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/mp3check.rb (limited to 'Library/Formula') diff --git a/Library/Formula/mp3check.rb b/Library/Formula/mp3check.rb new file mode 100644 index 000000000..ab2be273f --- /dev/null +++ b/Library/Formula/mp3check.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Mp3check < Formula + url 'http://jo.ath.cx/soft/mp3check/mp3check-0.8.4.tgz' + homepage 'http://jo.ath.cx/soft/mp3check/' + md5 'dcaf1926463d5dfb81bd8a96cd3f9ceb' + + def install + ENV.deparallelize + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3