| Line -... |
Line 1... |
| - |
|
1 |
########################################################################
|
| 1 |
# Copyright (C) 1998-2004 ERG Transit Systems, All rights reserved
|
2 |
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
|
| 2 |
#
|
3 |
#
|
| 3 |
# Module name : installpkg.pl
|
4 |
# Module name : installpkg.pl
|
| 4 |
# Module type : Makefile system
|
5 |
# Module type : Makefile system
|
| - |
|
6 |
# Compiler(s) : Perl
|
| 5 |
# Environment(s): n/a
|
7 |
# Environment(s): jats
|
| 6 |
#
|
8 |
#
|
| 7 |
# Description: Install package definition file.
|
9 |
# Description: Install package definition file.
|
| 8 |
#
|
- |
|
| 9 |
# This file is invoked during package installation
|
10 |
# This file is invoked by the BuildPkgArchive directive
|
| 10 |
#
|
11 |
#
|
| 11 |
###############################################################################
|
12 |
###############################################################################
|
| 12 |
#
|
13 |
#
|
| 13 |
# The main purpose of this program is to take packages from dpkg_archive and
|
14 |
# The main purpose of this program is to take packages from dpkg_archive and
|
| 14 |
# place them into the build's 'interface' directory in a form that can be used
|
15 |
# place them into the build's 'interface' directory in a form that can be used
|
| 15 |
# by the rest of the build. This process is complicated by the number of
|
16 |
# by the rest of the build. This process is complicated by the number of
|
| 16 |
# variants in package format. In the pre-JATS2 days the users were encourgaed
|
17 |
# variants in package format. In the pre-JATS2 days the users were encourgaed
|
| 17 |
# to dream up there own format for packages. The hard of of this script is
|
18 |
# to dream up there own format for packages. The hard part of this script is
|
| 18 |
# dealing with all the known variations. Under JATS2 the default package
|
19 |
# dealing with all the known variations. Under JATS2 the default package
|
| 19 |
# layout is much easier to implemenet and users generally adhere to it.
|
20 |
# layout is much easier to implemenet and users generally adhere to it.
|
| 20 |
#
|
21 |
#
|
| 21 |
# The target 'interface' format is of the form:
|
22 |
# The target 'interface' format is of the form:
|
| 22 |
#
|
23 |
#
|