blob: 65d4b3c3766f60a4a07967a61a017bc8a6d59a72 (
plain)
1
2
3
4
5
6
7
|
pkg:setup
ENV.deparallelize
args = [
"-prefix", HOMEBREW_PREFIX.to_s, "-with-debug-runtime", "-mandir", man.to_s, "-no-graph", ]
pkg:configure *args
make world.opt
make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF}
|