blob: fe5aca83c994e5faa01927f811b03f9c981b9884 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Some common IRAF-package name definitions for the sh scripts in this dir.
# (also see separate defs. in the python scripts for now)
extern_dir="iraf_extern"
extern_pkg="extern.pkg"
pkg_extpkg="ur_extern.pkg"
pkg_manifest="ur_manifest"
pkg_patterns="ur_mkpkg_patterns"
pkg_mkpkg_cmd="ur_mkpkg_cmd"
pkg_mkhelp_cmd="ur_mkhelp_cmd"
pkg_omit_list="numrec_list.txt"
log_name="build_log"
err_log_name="build_log.errors"
help_log_name="help_log"
# Files to copy from the recipe to the build (if present):
ac_iraf_files="$pkg_extpkg $pkg_manifest $pkg_patterns $pkg_mkpkg_cmd\
$pkg_mkhelp_cmd $pkg_omit_list"
|