diff --git a/srcpkgs/foomatic-filters/foomatic-filters.rshlibs b/srcpkgs/foomatic-filters/foomatic-filters.rshlibs new file mode 100644 index 00000000000..930d5986960 --- /dev/null +++ b/srcpkgs/foomatic-filters/foomatic-filters.rshlibs @@ -0,0 +1,4 @@ +libdbus-1.so.3 +libpthread.so.0 +libm.so.6 +libc.so.6 diff --git a/srcpkgs/foomatic-filters/template b/srcpkgs/foomatic-filters/template new file mode 100644 index 00000000000..395ab237eba --- /dev/null +++ b/srcpkgs/foomatic-filters/template @@ -0,0 +1,31 @@ +# 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 " +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"