diff options
Diffstat (limited to 'homebrew/fragfind/.make.sh-auto')
-rw-r--r-- | homebrew/fragfind/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/fragfind/.make.sh-auto b/homebrew/fragfind/.make.sh-auto new file mode 100644 index 000000000..36cb0c0b3 --- /dev/null +++ b/homebrew/fragfind/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +inreplace "bootstrap.sh", "./configure", "" +./bootstrap.sh +end +pkg:configure --disable-dependency-tracking +make DESTDIR=${PKG_DEST} install +libexec.install bin/"frag_find.jar" |