summaryrefslogtreecommitdiff
path: root/homebrew/openalsoft/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/openalsoft/.make.sh-auto')
-rw-r--r--homebrew/openalsoft/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/openalsoft/.make.sh-auto b/homebrew/openalsoft/.make.sh-auto
new file mode 100644
index 000000000..3011e5832
--- /dev/null
+++ b/homebrew/openalsoft/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+args = std_cmake_args + %w[-DALSOFT_BACKEND_PORTAUDIO=OFF -DALSOFT_BACKEND_PULSEAUDIO=OFF -DALSOFT_EXAMPLES=OFF -DALSOFT_MIDI_FLUIDSYNTH=OFF ]
+cmake . *args
+make DESTDIR=${PKG_DEST} install