diff options
Diffstat (limited to 'homebrew/openjazz/.make.sh-auto')
-rw-r--r-- | homebrew/openjazz/.make.sh-auto | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/homebrew/openjazz/.make.sh-auto b/homebrew/openjazz/.make.sh-auto new file mode 100644 index 000000000..4c74f51ee --- /dev/null +++ b/homebrew/openjazz/.make.sh-auto @@ -0,0 +1,11 @@ +pkg:setup +ENV.append_to_cflags "-I#{Formula["libmodplug"].opt_include}/libmodplug" +autoreconf -ivf +pkg:configure --bindir=${PKG_TAPF}/share --disable-dependency-tracking +make DESTDIR=${PKG_DEST} install +(bin/"OpenJazz").write <<~EOS +#!/bin/sh +exec "#{pkgshare}/OpenJazz" "$@" +EOS +resource("shareware").stage do +pkgshare.install Dir["*"] |