Enscript

From CBLFS
Revision as of 15:02, 16 April 2007 by Weibullguy (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Download Source: http://fresh.t-systems-sfr.com/unix/src/misc/enscript-1.6.4.tar.gz

Introduction to Enscript

Enscript converts ASCII text files to PostScript, HTML, RTF, ANSI and overstrikes.

Project Homepage: Unknown

Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc/enscript \
    --localstatedir=/var --with-media=Letter &&
make

Install the package:

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

CFLAGS="${BUILD32}" ./configure --prefix=/usr \
    --sysconfdir=/etc/enscript --localstatedir=/var \
    --with-media=Letter &&
make

Install the package:

make install

N32

Compile the package:

CFLAGS="${BUILDN32}" ./configure --prefix=/usr \
    --sysconfdir=/etc/enscript --localstatedir=/var \
    --with-media=Letter &&
make

Install the package:

make install

64Bit

Compile the package:

CFLAGS="${BUILD64}" ./configure --prefix=/usr \
    --sysconfdir=/etc/enscript --localstatedir=/var \
    --with-media=Letter &&
make

Install the package:

make install