Difference between revisions of "Enscript"

From CBLFS
Jump to navigationJump to search
Line 64: Line 64:
  
 
  make install
 
  make install
 +
 +
[[Category:PostScript]]

Revision as of 18:59, 5 July 2008

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