diff --git a/srcpkgs/foomatic-db-engine/foomatic-db-engine.rshlibs b/srcpkgs/foomatic-db-engine/foomatic-db-engine.rshlibs new file mode 100644 index 00000000000..feec802856f --- /dev/null +++ b/srcpkgs/foomatic-db-engine/foomatic-db-engine.rshlibs @@ -0,0 +1,4 @@ +libc.so.6 +libxml2.so.2 +libz.so.1 +libm.so.6 diff --git a/srcpkgs/foomatic-db-engine/template b/srcpkgs/foomatic-db-engine/template new file mode 100644 index 00000000000..c591fd655df --- /dev/null +++ b/srcpkgs/foomatic-db-engine/template @@ -0,0 +1,31 @@ +# Template file for 'foomatic-db-engine' +pkgname=foomatic-db-engine +version=4.0.8 +homepage="https://www.openprinting.org/" +distfiles="https://www.openprinting.org/download/foomatic/$pkgname-$version.tar.gz" +build_style=gnu-configure +short_desc="OpenPrinting printer support - programs" +maintainer="Juan RP " +license="GPL-2, MIT" +checksum=f0c4892ae5566ea2efaae8bd58352fd32001d112f2f9dfff63f7de03b46733e1 +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 contains the architecture-dependent programs needed to set up + and maintain the foomatic system. You will also need one or more database + packages. The foomatic-db package includes drivers for most common printers + using Ghostscript as the print processor, as well as some common glue code + used in other filter systems." + +Add_dependency build libxml2-devel +Add_dependency build cups-devel + +Add_dependency full wget +Add_dependency full perl +Add_dependency full foomatic-db +Add_dependency full foomatic-filters +Add_dependency full ghostscript ">=0" +Add_dependency full cups ">=0"