diff options
| author | Adam Vandenberg | 2012-02-16 20:33:53 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-16 20:33:53 -0800 |
| commit | ffdb360f0f7b10e12238ed39f0dcced6fb0fbe31 (patch) | |
| tree | 94b08bfe427e1cb467c4c392b7b2a98216aeca34 /Library | |
| parent | 798a9a5c71f92c764ceef54c45d901affdf95ecc (diff) | |
| download | homebrew-ffdb360f0f7b10e12238ed39f0dcced6fb0fbe31.tar.bz2 | |
Remove bap.
Head-only formula that doesn't look like it has had much upstream activity.
To reinstate, encourage the upstream project to tag a stable release.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bap.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/bap.rb b/Library/Formula/bap.rb deleted file mode 100644 index a2931b4f5..000000000 --- a/Library/Formula/bap.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'formula' - -class Bap < Formula - head 'http://bap.googlecode.com/svn/trunk/' - homepage 'http://code.google.com/p/bap/' - - def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" - inreplace "scanner.l", "int yylineno", "//int yylineno" - system "make" - bin.install %w(bap aex prep) - doc.install "TODO" - end -end |
