diff options
| author | Adam Vandenberg | 2011-03-10 20:41:40 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-10 20:41:40 -0800 |
| commit | 2aa94dbaa8704bcc4339949bff98ecbe0303aa2c (patch) | |
| tree | 0eb53f2089f467b08d90d8fdab8a303d3792f619 /Library | |
| parent | 4425823f01109f54ceedb23b9d364b005ae043d0 (diff) | |
| download | homebrew-2aa94dbaa8704bcc4339949bff98ecbe0303aa2c.tar.bz2 | |
Remove ncursesw; OS X provides curses.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ncursesw.rb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Library/Formula/ncursesw.rb b/Library/Formula/ncursesw.rb deleted file mode 100644 index 9894a39c8..000000000 --- a/Library/Formula/ncursesw.rb +++ /dev/null @@ -1,23 +0,0 @@ -require 'formula' - -class Ncursesw <Formula - url 'http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz' - md5 'cce05daf61a64501ef6cd8da1f727ec6' - homepage 'http://www.gnu.org/software/ncurses/ncurses.html' - - def install - fails_with_llvm - system "./configure", "--prefix=#{prefix}", - "--mandir=#{man}", - "--disable-debug", - "--disable-dependency-tracking", - "--enable-widec", - "--disable-rpath", - "--with-shared", - "--without-ada", - "--enable-safe-sprintf", - "--enable-sigwinch", - "--enable-ext-colors" - system "make install" - end -end |
