mkclean 0.8.0
This commit is contained in:
parent
20010d0974
commit
e26b36c5cd
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Mkclean <Formula
|
class Mkclean <Formula
|
||||||
url 'http://downloads.sourceforge.net/project/matroska/mkclean/mkclean-0.7.3.tar.bz2'
|
url 'http://downloads.sourceforge.net/project/matroska/mkclean/mkclean-0.8.0.tar.bz2'
|
||||||
homepage 'http://www.matroska.org/downloads/mkclean.html'
|
homepage 'http://www.matroska.org/downloads/mkclean.html'
|
||||||
md5 '22d7e5de7c52bc166f82632cde2967c1'
|
md5 '8844bf8d00b55790be9ea6d45cc38bda'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
ENV.j1 # Otherwise there are races
|
||||||
system "./configure"
|
system "./configure"
|
||||||
system "make -C mkclean"
|
system "make -C mkclean"
|
||||||
bindir = `corec/tools/coremake/system_output.sh`.chomp
|
bindir = `corec/tools/coremake/system_output.sh`.chomp
|
||||||
|
|
Loading…
Reference in a new issue