Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
flake 0.11
Browse files Browse the repository at this point in the history
Flake is a faster flac encoder/decoder. It is written in C and is completely opensource.

Closes #15700.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
toroidal-code authored and adamv committed Oct 27, 2012
1 parent fe26843 commit 653c8f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Library/Formula/flake.rb
@@ -0,0 +1,14 @@
require 'formula'

class Flake < Formula
homepage 'http://flake-enc.sourceforge.net'
url "http://downloads.sourceforge.net/project/flake-enc/flake/0.11/flake-0.11.tar.bz2"
sha1 '2dd2276c1f1ba36abb1c305185efeced06abca62'

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

0 comments on commit 653c8f7

Please sign in to comment.