diff options
Diffstat (limited to 'homebrew/trafshow/.make.sh-auto')
-rw-r--r-- | homebrew/trafshow/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/trafshow/.make.sh-auto b/homebrew/trafshow/.make.sh-auto new file mode 100644 index 000000000..546e7466a --- /dev/null +++ b/homebrew/trafshow/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +cp Dir["#{Formula["libtool"].opt_pkgshare}/*/config.{guess,sub}"], buildpath +pkg:configure --disable-dependency-tracking --disable-slang +make +bin.install "trafshow" +man1.install "trafshow.1" +etc.install ".trafshow" => "trafshow.default" |