Package Creation
to create a package:
1 on a unixware system, create a directory for the package and copy the files on the installation cd to it.
2 untar the tar file using:
tar xvf bcme-[version].tar.
3 create a package on a diskette, where the package can be installed on the same system or other systems, using:
pkgtrans -s [path] diskette1
where [path] is the directory where the tar file was untarred in step 2.
4 directly install the package on the same system, using:
pkgadd -d [path]
where [path] is the directory where the tar file was untarred in step 2.