# # Common UNIX printing system. # # The Common UNIX Printing System (or CUPS) is a printing system and # general replacement for lpd and the like. It supports the Internet # Printing Protocol (IPP), and has its own filtering driver model for # handling various document types. # # Visit the web site of CUPS at https://www.cups.org # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=cups pkgversion=2.4.2 arch=amd64 release=1 pkgcategory="printing" full_pkgname=cups_2.4.2_amd64-1@printing blurb="Common UNIX printing system." homepage="https://www.cups.org" license="Apache License version 2.0" fetch="https://github.com/OpenPrinting/cups/releases/download/v2.4.2/cups-2.4.2-source.tar.gz" replace=""