diff options
Diffstat (limited to 'homebrew/healpix/.make.sh-auto')
-rw-r--r-- | homebrew/healpix/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/healpix/.make.sh-auto b/homebrew/healpix/.make.sh-auto new file mode 100644 index 000000000..6cec579b9 --- /dev/null +++ b/homebrew/healpix/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +configure_args = %W[--disable-dependency-tracking --disable-silent-rules --prefix=#{prefix} ] +cd "src/C/autotools" +autoreconf --install +pkg:configure *configure_args +make DESTDIR=${PKG_DEST} install |