Details on this package are located in Section 10.70.2, “Contents of Powerpc-Utils.”
The Powerpc-Utils package contains a number of utilities for Power Macintoshes and other similar machines. Most of these utilities are now obsolete, but nvsetenv is needed by ybin to install the bootloader on an hfs partition.
This package, originally pmac-utils, has issues with NewWorld Macintoshes. The following patch fixes these issues and generally updates the package:
patch -Np1 -i ../powerpc-utils_1.1.3-fixes-2.patch
This package's Makefile has issues with cross-compiling. Fortunately, we only need one program and it is a simple task to compile it.
${CC} -o nvsetenv nvsetenv.c nwnvsetenv.c
Install the program:
install -v -m755 nvsetenv /tools/sbin
Details on this package are located in Section 10.70.2, “Contents of Powerpc-Utils.”