summaryrefslogtreecommitdiff
path: root/homebrew/cspice/.make.sh-auto
blob: 84716aaf191c31516266e39d7fad448917d1f71c (plain)
1
2
3
4
5
6
7
8
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"