blob: 2f7ea1bce90ddcd0183d33aa007d02d737ab8472 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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"
log_name="build_log"
err_log_name="build_log.errors"
# Files to copy from the recipe to the build:
ac_iraf_files="$pkg_extpkg $pkg_manifest $pkg_patterns $pkg_mkpkg_cmd\
$pkg_mkhelp_cmd"
|