pkg:setup if MacOS.version == :el_capitan && MacOS::Xcode.version >= "8.0" inreplace "libcperciva/util/monoclock.c", "CLOCK_MONOTONIC", "UNDEFINED_GIBBERISH" end args = %W[--disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} --sysconfdir=#{etc} --with-bash-completion-dir=#{bash_completion} --without-lzma --without-lzmadec ] pkg:configure *args make DESTDIR=${PKG_DEST} install