summaryrefslogtreecommitdiff
path: root/homebrew/ekg2/.make.sh-auto
blob: e22c1c421f348d884eba0bb56f40074f02f617c0 (plain)
1
2
3
4
5
pkg:setup
readline = Formula["readline"].opt_prefix
args = %W[--disable-debug --disable-dependency-tracking --prefix=#{prefix} --enable-unicode --with-readline=#{readline} --without-gtk --without-libgadu --without-perl --without-python ]
pkg:configure *args
make DESTDIR=${PKG_DEST} install