summaryrefslogtreecommitdiff
path: root/homebrew/sdlsound/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/sdlsound/.make.sh-auto')
-rw-r--r--homebrew/sdlsound/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/sdlsound/.make.sh-auto b/homebrew/sdlsound/.make.sh-auto
new file mode 100644
index 000000000..d95bcb862
--- /dev/null
+++ b/homebrew/sdlsound/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+inreplace "bootstrap", "/usr/bin/glibtoolize", "#{Formula["libtool"].opt_bin}/glibtoolize"
+./bootstrap
+end
+pkg:configure --disable-dependency-tracking --disable-sdltest
+make
+make check
+make DESTDIR=${PKG_DEST} install