aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bap.rb14
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