diff options
Diffstat (limited to 'homebrew/bulkextractor/.make.sh-auto')
-rw-r--r-- | homebrew/bulkextractor/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/bulkextractor/.make.sh-auto b/homebrew/bulkextractor/.make.sh-auto new file mode 100644 index 000000000..d407993e0 --- /dev/null +++ b/homebrew/bulkextractor/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +pkg:configure --disable-dependency-tracking +make +make DESTDIR=${PKG_DEST} install +(pkgshare/"doc").install Dir["doc/*.{html,txt,pdf}"] +(lib/"python2.7/site-packages").install Dir["python/*.py"] |