Skip to content

Commit

Permalink
libdiscid 0.2.2
Browse files Browse the repository at this point in the history
Closes Homebrew#15169.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
smgoller authored and adamv committed Oct 1, 2012
1 parent 747a002 commit 5570859
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Library/Formula/libdiscid.rb
@@ -0,0 +1,14 @@
require 'formula'

class Libdiscid < Formula
homepage 'http://musicbrainz.org/doc/libdiscid'
url 'http://users.musicbrainz.org/~matt/libdiscid-0.2.2.tar.gz'
sha1 '103ead94eeb8bea04ad92ab15ed6832be9b3fad9'

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

end

0 comments on commit 5570859

Please sign in to comment.