mkclean 0.8.0

This commit is contained in:
Adam Vandenberg 2011-03-06 22:01:58 -08:00
parent 20010d0974
commit e26b36c5cd

View file

@ -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