summaryrefslogtreecommitdiff
path: root/cups-gutenprint.list.in
diff options
context:
space:
mode:
Diffstat (limited to 'cups-gutenprint.list.in')
-rw-r--r--cups-gutenprint.list.in74
1 files changed, 0 insertions, 74 deletions
diff --git a/cups-gutenprint.list.in b/cups-gutenprint.list.in
deleted file mode 100644
index 64e0705..0000000
--- a/cups-gutenprint.list.in
+++ /dev/null
@@ -1,74 +0,0 @@
-#
-# "$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 $"
-#