diff options
-rw-r--r-- | wcstools/build.sh | 1 | ||||
-rw-r--r-- | wcstools/meta.yaml | 13 |
2 files changed, 10 insertions, 4 deletions
diff --git a/wcstools/build.sh b/wcstools/build.sh index fb751b2..597c531 100644 --- a/wcstools/build.sh +++ b/wcstools/build.sh @@ -4,6 +4,7 @@ mkdir -p $PREFIX/bin \ $PREFIX/include \ $PREFIX/share/doc/wcstools +rm -rf bin/*.dSYM cp -a bin/* $PREFIX/bin cp -a libwcs/libwcs.a $PREFIX/lib cp -a libwcs/*.h $PREFIX/include diff --git a/wcstools/meta.yaml b/wcstools/meta.yaml index f51f98c..32049f8 100644 --- a/wcstools/meta.yaml +++ b/wcstools/meta.yaml @@ -1,19 +1,24 @@ {% set name = 'wcstools' %} {% set version = '3.9.4' %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://tdc-www.harvard.edu/wcstools license: GPL - summary: 'For setting and using the world coordinate systems (WCS) in the headers of the most common astronomical image formats' + summary: | + For setting and using the world coordinate systems (WCS) in the + headers of the most common astronomical image formats + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: build: run: + source: fn: {{ name }}-{{ version }}.tar.gz - url: - - http://tdc-www.harvard.edu/software/{{ name }}/{{ name }}-{{ version }}.tar.gz + url: http://tdc-www.harvard.edu/software/{{ name }}/{{ name }}-{{ version }}.tar.gz |