blob: 4623a660e11c753374c8811d7642e3c4990215f7 (
plain)
1
2
3
4
5
6
7
|
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
|