From 4fe08aedce73669d3225c8bbe8dbecc108d91133 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 29 Nov 2016 20:40:40 -0500 Subject: Improve recipe uniformity --- iraf/meta.yaml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'iraf') diff --git a/iraf/meta.yaml b/iraf/meta.yaml index 610850e..a520b6d 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -1,16 +1,23 @@ +{% set name = 'iraf' %} +{% set version = '2.16.1' %} +{% set number = '1' %} + about: home: http://iraf.noao.edu license: MIT summary: NOAO Image Reduction and Analysis Facility + build: binary_relocation: False [osx] detect_binary_files_with_prefix: False [osx] - number: '1' + number: {{number}} + package: - name: iraf - version: 2.16.1 + name: {{name}} + version: {{version}} + source: - fn: iraf.tar.gz + fn: {{name}}.tar.gz url: - - http://ssb.stsci.edu/stripped/linux/iraf.tar.gz [linux] - - http://ssb.stsci.edu/stripped/osx/iraf.tar.gz [osx] + - http://ssb.stsci.edu/stripped/linux/{{name}}.tar.gz [linux] + - http://ssb.stsci.edu/stripped/osx/{{iraf}}.tar.gz [osx] -- cgit