fastbit/iniparser conflict

This commit is contained in:
Adam Vandenberg 2013-11-15 23:43:19 -08:00
parent 01479e536c
commit 898fc5df95
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@ class Fastbit < Formula
url 'https://codeforge.lbl.gov/frs/download.php/409/fastbit-ibis1.3.8.tar.gz'
sha1 '3e0feed7932d34be49ca41fdb689f55b0466a28a'
conflicts_with 'iniparser', :because => 'Both install `include/dictionary.h`'
conflicts_with 'salt', :because => 'Both install `include/filter.h`'
def install

View file

@ -2,10 +2,11 @@ require 'formula'
class Iniparser < Formula
homepage 'http://ndevilla.free.fr/iniparser/'
head 'https://github.com/ndevilla/iniparser.git'
url 'http://ndevilla.free.fr/iniparser/iniparser-3.1.tar.gz'
sha1 '41eae7b414cad9cd42ae2c2a64394c10d7ab655e'
head 'https://github.com/ndevilla/iniparser.git'
conflicts_with 'fastbit', :because => 'Both install `include/dictionary.h`'
def install
# Only make the *.a file; the *.so target is useless (and fails).