Changeset View
Changeset View
Standalone View
Standalone View
release/packages/generate-ucl.sh
| Show First 20 Lines • Show All 65 Lines • ▼ Show 20 Lines | *_dev) | ||||
| _descr="Development Files" | _descr="Development Files" | ||||
| pkgdeps="${outname}" | pkgdeps="${outname}" | ||||
| ;; | ;; | ||||
| *_dbg) | *_dbg) | ||||
| outname="${outname%%_dbg}" | outname="${outname%%_dbg}" | ||||
| _descr="Debugging Symbols" | _descr="Debugging Symbols" | ||||
| pkgdeps="${outname}" | pkgdeps="${outname}" | ||||
| ;; | ;; | ||||
| *_man) | |||||
| outname="${outname%%_man}" | |||||
| _descr="Manual Pages" | |||||
| pkgdeps="${outname}" | |||||
| ;; | |||||
| ${origname}) | ${origname}) | ||||
| pkgdeps="runtime" | pkgdeps="runtime" | ||||
| ;; | ;; | ||||
| *) | *) | ||||
| uclfile="${outname##*}${origname}" | uclfile="${outname##*}${origname}" | ||||
| outname="${outname##*}${origname}" | outname="${outname##*}${origname}" | ||||
| ;; | ;; | ||||
| esac | esac | ||||
| ▲ Show 20 Lines • Show All 60 Lines • Show Last 20 Lines | |||||