summaryrefslogtreecommitdiff
path: root/homebrew/libdsk/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libdsk/.make.sh-auto')
-rw-r--r--homebrew/libdsk/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/libdsk/.make.sh-auto b/homebrew/libdsk/.make.sh-auto
new file mode 100644
index 000000000..f50ede81f
--- /dev/null
+++ b/homebrew/libdsk/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+inreplace "Makefile.in", "SUBDIRS = . include lib tools man doc", "SUBDIRS = . include lib tools man"
+pkg:configure --disable-dependency-tracking
+make
+make check
+make DESTDIR=${PKG_DEST} install
+doc.install Dir["doc/*.{html,pdf,sample,txt}"]