aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/timbl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/timbl.rb')
-rw-r--r--Library/Formula/timbl.rb25
1 files changed, 0 insertions, 25 deletions
diff --git a/Library/Formula/timbl.rb b/Library/Formula/timbl.rb
deleted file mode 100644
index 0bb4364b3..000000000
--- a/Library/Formula/timbl.rb
+++ /dev/null
@@ -1,25 +0,0 @@
-require "formula"
-
-class Timbl < Formula
- homepage "http://ilk.uvt.nl/timbl/"
- url "http://software.ticc.uvt.nl/timbl-6.4.6.tar.gz"
- sha1 "9ab67a9a10830ba32eca8529accbc167ee5649a2"
-
- bottle do
- cellar :any
- sha1 "7188843d1ad3fee331f6508bfae96ecc68e563ec" => :yosemite
- sha1 "2def0ce56128f15548948e8487f184377d7d7492" => :mavericks
- sha1 "ae935f458395343eaeab276825ca9a5dfdf5e95e" => :mountain_lion
- end
-
- depends_on "pkg-config" => :build
- depends_on "libxml2"
- depends_on "ticcutils"
-
- def install
- system "./configure", "--disable-dependency-tracking",
- "--disable-silent-rules",
- "--prefix=#{prefix}"
- system "make", "install"
- end
-end