summaryrefslogtreecommitdiff
path: root/cups-gutenprint.list.in
blob: 64e0705211f9b1cd437a51f31b0904b8462e34d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#
# "$Id: cups-gutenprint.list.in,v 1.1 2004/09/17 18:37:41 rleigh Exp $"
#
# EPM list file for CUPS drivers; EPM is available at:
#
#     http://www.easysw.com/epm/
#
# YOU MUST CONFIGURE GUTENPRINT WITH --disable-shared!
#
# Copyright 2001 by Michael Sweet
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#

# Basic product info...
%product Gutenprint drivers for CUPS
%copyright 1997-2001 by Michael Sweet and Robert Krawitz
%vendor Michael Sweet and Robert Krawitz
%version @GUTENPRINT_VERSION@
%readme README
%license COPYING
%requires cups

# Directories
$prefix=@cups_prefix@
$sbindir=@cups_sbindir@
$bindir=@cups_bindir@
$datadir=@cups_datadir@
$libdir=@cups_libdir@
$sysconfdir=@cups_sysconfdir@

# MIME type file for printer command files...
f 0444 root sys $sysconfdir/cups/command.types src/cups/command.types

# PPD files for printer drivers...
f 0444 root sys $datadir/cups/model/en src/cups/ppd/C/*.ppd
f 0444 root sys $datadir/cups/model/en src/cups/ppd/C/*.ppd.gz

# Data file for calibration
f 0444 root sys $datadir/cups/data/calibrate.ppm src/cups/calibrate.ppm

# User commands...
f 0555 root sys $bindir/cups-calibrate src/cups/cups-calibrate
f 0555 root sys $sbindir/cups-genppd.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ src/cups/cups-genppd.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@
f 0555 root sys $sbindir/cups-genppdupdate.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ src/cups/cups-genppdupdate.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@
f 0555 root sys $bindir/cups-genppdconfig.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ src/cups/cups-genppdconfig.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@

# Backends for printer drivers...
f 0555 root sys $libdir/cups/backend/canon src/cups/canon
f 0555 root sys $libdir/cups/backend/epson src/cups/epson

# Filters for printer drivers...
f 0555 root sys $libdir/cups/filter/commandtocanon src/cups/commandtocanon
f 0555 root sys $libdir/cups/filter/commandtoepson src/cups/commandtoepson
f 0555 root sys $libdir/cups/filter/rastertogutenprint.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@ src/cups/rastertogutenprint.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@

# Reload PPD database after installation...
%postinstall /etc/software/init.d/cups restart

#
# End of "$Id: cups-gutenprint.list.in,v 1.1 2004/09/17 18:37:41 rleigh Exp $"
#