diff options
Diffstat (limited to 'homebrew/ocp/.make.sh-auto')
-rw-r--r-- | homebrew/ocp/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/ocp/.make.sh-auto b/homebrew/ocp/.make.sh-auto new file mode 100644 index 000000000..da6838e98 --- /dev/null +++ b/homebrew/ocp/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.deparallelize +args = %W[--prefix=#{prefix} --without-x11 --without-sdl --without-desktop_file_install ] +pkg:configure *args +make +make DESTDIR=${PKG_DEST} install |