diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pathfinder.rb | 18 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 18 deletions
diff --git a/Library/Formula/pathfinder.rb b/Library/Formula/pathfinder.rb deleted file mode 100644 index d1a6c23fb..000000000 --- a/Library/Formula/pathfinder.rb +++ /dev/null @@ -1,18 +0,0 @@ -require 'formula' - -class Pathfinder < Formula - homepage 'http://db.inf.uni-tuebingen.de/research/pathfinder' - url 'http://db.inf.uni-tuebingen.de/files/research/pathfinder/download/pathfinder-0.41.tar.gz' - sha1 '84f5581688e4c1dff27cf8e7d4354ee594f56970' - - option 'enable-debug', 'Enable debugging' - - def install - args = ["--prefix=#{prefix}"] - args << '--enable-debug' if build.include? 'enable-debug' - - system "./configure", *args - system "make" - system "make install" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index ea1fe2a6c..5b411f0bb 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -117,6 +117,7 @@ TAP_MIGRATIONS = { "opengrm-ngram" => "homebrew/science", "pan" => "homebrew/boneyard", "pari" => "homebrew/x11", + "pathfinder" => "homebrew/boneyard", "pcb" => "homebrew/x11", "pdf2image" => "homebrew/x11", "pdf2svg" => "homebrew/x11", |
