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