zile 2.4.2
This commit is contained in:
parent
89c8af5a1e
commit
a5650bdbca
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Zile < Formula
|
||||
url 'http://ftpmirror.gnu.org/zile/zile-2.3.24.tar.gz'
|
||||
url 'http://ftpmirror.gnu.org/zile/zile-2.4.2.tar.gz'
|
||||
homepage 'http://www.gnu.org/software/zile/'
|
||||
md5 'fe77d801ba69e0fb9b4914a04b9ff506'
|
||||
md5 '2a68ac77cebbeca1eacf170ba9072dbe'
|
||||
|
||||
depends_on 'bdw-gc'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}"
|
||||
|
|
Loading…
Reference in a new issue