diff options
Diffstat (limited to 'homebrew/cspice/.make.sh-auto')
-rw-r--r-- | homebrew/cspice/.make.sh-auto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/cspice/.make.sh-auto b/homebrew/cspice/.make.sh-auto new file mode 100644 index 000000000..84716aaf1 --- /dev/null +++ b/homebrew/cspice/.make.sh-auto @@ -0,0 +1,9 @@ +pkg:setup +rm_f Dir["lib/*"] +rm_f Dir["exe/*"] +csh makeall.csh +mv "exe", "bin" +pkgshare.install "doc", "data" +prefix.install "bin", "include", "lib" +lib.install_symlink "cspice.a" => "libcspice.a" +lib.install_symlink "csupport.a" => "libcsupport.a" |