diff options
Diffstat (limited to 'homebrew/tpl/.make.sh-auto')
-rw-r--r-- | homebrew/tpl/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/tpl/.make.sh-auto b/homebrew/tpl/.make.sh-auto new file mode 100644 index 000000000..8f485e597 --- /dev/null +++ b/homebrew/tpl/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +autoreconf -fvi +pkg:configure --disable-dependency-tracking --disable-silent-rules +make DESTDIR=${PKG_DEST} install +make -C tests |