Difference between revisions of "Foomatic"

From CBLFS
Jump to navigationJump to search
Line 8: Line 8:
  
 
{{Package-Introduction|Foomatic is a database-driven system for integrating free software printer drivers with common spoolers under Unix.}}
 
{{Package-Introduction|Foomatic is a database-driven system for integrating free software printer drivers with common spoolers under Unix.}}
 
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 39: Line 38:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc &&
+
  ./configure --prefix=/usr --libdir=/usr/lib32 \
 +
    --sysconfdir=/etc &&
 
  sed -i 's:/lib:/lib32:g' Makefile
 
  sed -i 's:/lib:/lib32:g' Makefile
 
  make
 
  make
Line 51: Line 51:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc &&
+
  ./configure --prefix=/usr --libdir=/usr/lib64 \
 +
    --sysconfdir=/etc &&
 
  sed -i 's:/lib:/lib64:g' Makefile
 
  sed -i 's:/lib:/lib64:g' Makefile
 
  make
 
  make

Revision as of 09:53, 25 October 2008

Download Source: http://www.openprinting.org/download/foomatic/foomatic-filters-3.0-current.tar.gz

Introduction to Foomatic

Foomatic is a database-driven system for integrating free software printer drivers with common spoolers under Unix.

Project Homepage: Unknown

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install 

Multilib

32Bit

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc &&
   
make

Install the package

make install 

N32

Compile the package:

./configure --prefix=/usr --libdir=/usr/lib32 \
    --sysconfdir=/etc &&
sed -i 's:/lib:/lib32:g' Makefile
make

Install the package

make install 

64Bit

Compile the package:

./configure --prefix=/usr --libdir=/usr/lib64 \
    --sysconfdir=/etc &&
sed -i 's:/lib:/lib64:g' Makefile
make

Install the package

make install