kes: add configure call and enable readline

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Tuncer Ayaz 2012-02-19 22:41:03 +01:00 committed by Adam Vandenberg
parent 264b7124b4
commit 3a9305ab0e

View file

@ -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'