Two LAME
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME.
This commit is contained in:
parent
627ab25a3d
commit
434b7a0e74
1 changed files with 12 additions and 0 deletions
12
Formula/two-lame.rb
Normal file
12
Formula/two-lame.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class TwoLame <Formula
|
||||
url 'http://downloads.sourceforge.net/twolame/twolame-0.3.12.tar.gz'
|
||||
homepage 'http://www.twolame.org/'
|
||||
md5 'd38c3ead5ac49b7425c1a9ef91126a35'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue