diff options
| author | Max Klinger | 2010-11-09 11:31:21 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-21 20:43:08 -0700 |
| commit | a0dc426ddaaddb216e7af64164ef468f3adc79b4 (patch) | |
| tree | 5d468b764b026d19589cede0c295517287f5e38b /Library/Formula | |
| parent | cf170f4d557cecbaf2ed7bf865dd90c8357783d7 (diff) | |
| download | homebrew-a0dc426ddaaddb216e7af64164ef468f3adc79b4.tar.bz2 | |
audiofile 0.2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/audiofile.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/audiofile.rb b/Library/Formula/audiofile.rb new file mode 100644 index 000000000..5175c08b6 --- /dev/null +++ b/Library/Formula/audiofile.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Audiofile <Formula + url 'http://ftp.gnome.org/pub/gnome/sources/audiofile/0.2/audiofile-0.2.7.tar.gz' + homepage 'http://www.68k.org/~michael/audiofile/' + md5 'a39be317a7b1971b408805dc5e371862' + + def install + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make install" + end +end |
