31 lines
1.2 KiB
Text
31 lines
1.2 KiB
Text
# Template file for 'foomatic-filters'
|
|
pkgname=foomatic-filters
|
|
version=4.0.15
|
|
homepage="https://www.openprinting.org/"
|
|
distfiles="https://www.openprinting.org/download/foomatic/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-dbus"
|
|
short_desc="OpenPrinting printer support - filters"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2, MIT"
|
|
checksum=f5b7b67aacedec4c0294d242cbffbe0d7d3cd0fdd2b410c055e818f25ed3bc79
|
|
long_desc="
|
|
Foomatic is a printing system designed to make it easier to set up common
|
|
printers for use with Linux (and other operating systems). It provides the
|
|
"glue" between a print spooler (like CUPS or lpr) and your actual printer,
|
|
by telling your computer how to process files sent to the printer.
|
|
|
|
This package consists of filters used by the printer spoolers to convert the
|
|
incoming PostScript data into the printer's native format using a
|
|
printer-specific, but spooler-independent PPD file.
|
|
|
|
For use with CUPS, you will need the cups package installed on your system."
|
|
|
|
conf_files="/etc/foomatic/filter.conf"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build enscript
|
|
Add_dependency build dbus-devel
|
|
Add_dependency build cups-devel
|
|
|
|
Add_dependency full perl ">=0"
|