pkg:setup args = %W[--prefix=#{prefix} --enable-cxx --with-pic] args << "--build=#{Hardware.oldest_cpu}-apple-darwin#{`uname -r`.to_i}" pkg:configure *args make make check make DESTDIR=${PKG_DEST} install