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