This package only installs the gutenprint data for Foomatic, not the
PPD files.  PPD files can be created using foomatic-ppdfile(1) from the
foomatic-db-engine package as in the following example for an Epson
Stylus C64:

% foomatic-ppdfile -P C64
Epson Stylus C64 Id='Epson-Stylus_C64' Driver='gutenprint' CompatibleDrivers='gutenprint gutenprint-ijs-simplified.5.2 gutenprint-ijs.5.2'
% foomatic-ppdfile -p 'Epson-Stylus_C64' -d 'gutenprint-ijs.5.2' > C64.ppd

C64.ppd can then be used with CUPS or with lpd(8) and foomatic-rip(1) as
the input filter.

Note that the 'gutenprint' driver must be compiled into Ghostscript to
work; as this is not the case under OpenBSD, you're advised to use the
ijs driver which will communicate with Ghostscript using libijs.
