aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-03 13:58:23 -0700
committerAdam Vandenberg2012-09-03 13:58:23 -0700
commita3528f977b7039814a7e2f7a97e7ce4a9945c050 (patch)
tree858ffd9c7273bc4f9e148941a9203e67c8338276 /Library/Formula
parent42b01afe069822469e5c58dfb9f95cf28a186dc9 (diff)
downloadhomebrew-a3528f977b7039814a7e2f7a97e7ce4a9945c050.tar.bz2
le 1.14.6
(There is a 1.14.7, but it did not compile cleanly.)
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/le.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/Library/Formula/le.rb b/Library/Formula/le.rb
index 368a1873e..83410b34c 100644
--- a/Library/Formula/le.rb
+++ b/Library/Formula/le.rb
@@ -1,13 +1,15 @@
require 'formula'
class Le < Formula
- url 'http://ftp.yar.ru/pub/source/le/le-1.14.5.tar.bz2'
- homepage 'http://directory.fsf.org/project/le-editor/'
- md5 '92d9ff5e0e91eba6b93d49d50070143c'
+ homepage 'http://freecode.com/projects/leeditor'
+ url 'http://ftp.yar.ru/pub/source/le/le-1.14.6.tar.xz'
+ sha1 '8f2088c95d2707c464edc122543414af287e0fdb'
+
+ depends_on 'xz' => :build
def install
ENV.j1
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end