aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTuncer Ayaz2012-02-19 22:41:03 +0100
committerAdam Vandenberg2012-02-20 20:10:10 -0800
commit075d05ea6a58ff9ea5ba3296d9e3f3876b421f28 (patch)
tree469af568a91ba464f9f03fc68666cc6949b49c3b /Library/Formula
parente0ab24e44b34b851d625df137dad065bbf72b027 (diff)
downloadhomebrew-075d05ea6a58ff9ea5ba3296d9e3f3876b421f28.tar.bz2
kes: add configure call and enable readline
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/kes.rb3
1 files changed, 3 insertions, 0 deletions
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'