From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/images/tv/wcslab/mkpkg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pkg/images/tv/wcslab/mkpkg (limited to 'pkg/images/tv/wcslab/mkpkg') diff --git a/pkg/images/tv/wcslab/mkpkg b/pkg/images/tv/wcslab/mkpkg new file mode 100644 index 00000000..e88e46cb --- /dev/null +++ b/pkg/images/tv/wcslab/mkpkg @@ -0,0 +1,24 @@ +# WCSLAB + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$checkout libds.a ../ +$update libds.a +$checkin libds.a ../ +$exit + +libpkg.a: + t_wcslab.x + ; + +libds.a: + wlutil.x + wcslab.x "wcslab.h"\ + "wcs_desc.h" + wlwcslab.x "wcslab.h" "wcs_desc.h" + wlsetup.x \ + "wcslab.h" "wcs_desc.h" + wlgrid.x "wcslab.h" "wcs_desc.h" + wllabel.x "wcslab.h" "wcs_desc.h" + ; -- cgit