md5sha1sum/polarssl conflict
This commit is contained in:
parent
3205896c24
commit
9e7fef859e
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@ class Md5sha1sum < Formula
|
|||
url 'http://www.microbrew.org/tools/md5sha1sum/md5sha1sum-0.9.5.tar.gz'
|
||||
sha1 '84a46bfd2b49daa0a601a9c55b7d87c27e19ef87'
|
||||
|
||||
conflicts_with 'polarssl', :because => 'both install conflicting binaries'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
|
|
|
@ -7,6 +7,8 @@ class Polarssl < Formula
|
|||
|
||||
depends_on 'cmake' => :build
|
||||
|
||||
conflicts_with 'md5sha1sum', :because => 'both install conflicting binaries'
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue