From 075d05ea6a58ff9ea5ba3296d9e3f3876b421f28 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 19 Feb 2012 22:41:03 +0100 Subject: kes: add configure call and enable readline Signed-off-by: Adam Vandenberg --- Library/Formula/kes.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/kes.rb b/Library/Formula/kes.rb index 6f15e22d7..a8403f40b 100644 --- a/Library/Formula/kes.rb +++ b/Library/Formula/kes.rb @@ -7,7 +7,10 @@ class Kes < Formula head 'https://github.com/epilnivek/kes.git' + depends_on 'readline' + def install + system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "--with-readline" system "make" bin.install 'es' man1.install 'doc/es.1' -- cgit v1.2.3