cups: updated README, explicitly disable gnutls in cups (FS#312)

This commit is contained in:
Juergen Daubert 2008-07-12 10:00:28 +02:00
parent 571c33a993
commit bef432658c
2 changed files with 13 additions and 10 deletions

View File

@ -5,7 +5,7 @@
name=cups
version=1.3.7
release=1
release=2
source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \
cups-config.patch cups)
@ -24,7 +24,9 @@ build () {
--with-languages="" \
--without-{java,perl,php,python} \
--enable-threads \
--enable-ssl=yes \
--enable-ssl \
--enable-gnutls=no \
--enable-openssl=yes \
--enable-pam=no
make

View File

@ -1,16 +1,16 @@
README for cups 1.1.x
README for cups 1.3.x
REQUIREMENTS
1. This version of cups no longer includes a postscript interpreter. Install
the ghostscript port additionally.
the ghostscript port additionally.
2. In order to have more printer drivers available, the installation of the
gimp-print port is recommended. HP DeskJet/LaserJet users should install
the hpijs driver.
gutenprint port (formerly gimp-print) is recommended. HP DeskJet/LaserJet
users should install the hpijs driver.
3. Build and install in the following order:
- cups
- gimp-print (optionally)
- ghostscript
- gutenprint (optionally)
- ghostscript
- foomatic-filters (optionally)
- hpijs (optionally)
@ -28,12 +28,13 @@ NOT you must have foomatic-filters installed and must generate a PPD file
PRE-INSTALL
1. Remove a installed lprng package.
1. Remove a installed lprng package.
Cups and lprng cannot be installed together.
POST-INSTALL
1. Configure your printer with the web-interface, http://localhost:631.
PRECAUTION