1Alien::Package::Pkg(3)User Contributed Perl DocumentationAlien::Package::Pkg(3)
2
3
4
6 Alien::Package::Pkg - an object that represents a Solaris pkg package
7
9 This is an object class that represents a pkg package, as used in
10 Solaris. It is derived from Alien::Package.
11
13 scripttrans
14 Translation table between canoical script names and the names used
15 in pkg's.
16
18 init
19 This class needs the Solaris pkginfo and kgtrans tools to work.
20
21 converted_name
22 Convert name from something debian-like to something that the
23 Solaris constraints will handle (i.e. 9 chars max).
24
25 checkfile
26 Detect pkg files by their contents.
27
28 install
29 Install a pkg with pkgadd. Pass in the filename of the pkg to
30 install.
31
32 scan
33 Scan a pkg file for fields.
34
35 unpack
36 Unpack pkg.
37
38 prep
39 Adds a populated install directory to the build tree.
40
41 build
42 Build a pkg.
43
45 Mark Hershberger <mah@everybody.org>
46
47
48
49perl v5.38.0 2023-07-19 Alien::Package::Pkg(3)