diff options
| author | Adam Vandenberg | 2013-12-02 18:26:02 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-02 18:26:02 -0800 |
| commit | 61ef9ac221f884151e224251a6aa5d8a9eda0b49 (patch) | |
| tree | cf6467b34d533bd52ce1abb499cf5cc9ce6c5f3e | |
| parent | aab8ce1197b60200763d08d664b3d48c03f5a2c0 (diff) | |
| download | homebrew-61ef9ac221f884151e224251a6aa5d8a9eda0b49.tar.bz2 | |
Remove mlxcc
This software is no longer recommended by its vendor.
Closes #24851.
| -rw-r--r-- | Library/Formula/mlxcc.rb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Library/Formula/mlxcc.rb b/Library/Formula/mlxcc.rb deleted file mode 100644 index 4489823ba..000000000 --- a/Library/Formula/mlxcc.rb +++ /dev/null @@ -1,19 +0,0 @@ -require 'formula' - -class Mlxcc < Formula - homepage 'http://community.marklogic.com/code/libmlxcc' - url 'http://community.marklogic.com/download/code/libmlxcc/releases/src/mlxcc-0.5.3.tar.gz' - sha1 'b786fce623e69e5f17c73a0917b2b0bac9bd992b' - - def install - system "./configure", "--disable-debug", - "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make install" - end - - test do - (testpath/"test.c").write("int main(void) { return 0; }") - system ENV.cc, "-lmlxcc", "test.c" - end -end |
