Enscript

From CBLFS
Revision as of 18:59, 5 July 2008 by Jciccone (talk | contribs)
Jump to navigationJump to search
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