timbl 6.4.5

Update timbl to version 6.4.5

Closes Homebrew/homebrew#32184.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Bjarte Johansen 2014-09-09 13:33:53 +02:00 committed by Jack Nagel
parent d8cb30d372
commit 4318543b64

View file

@ -2,11 +2,12 @@ require 'formula'
class Timbl < Formula
homepage 'http://ilk.uvt.nl/timbl/'
url 'http://ilk.uvt.nl/downloads/pub/software/timbl-6.4.2.tar.gz'
sha1 '7479ace6b7856205e2a3431c8df380fb1ec2a03f'
url 'http://software.ticc.uvt.nl/timbl-6.4.5.tar.gz'
sha1 'de8e241dedb1fd413ba885c81f8ffa63a575f419'
depends_on 'pkg-config' => :build
depends_on 'libxml2'
depends_on 'ticcutils'
def install
system "./configure", "--prefix=#{prefix}"