27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
# Template file for 'cups-filters'
|
|
pkgname=cups-filters
|
|
version=1.0.20
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config lcms2-devel libpng-devel>=1.5.10 tiff-devel
|
|
poppler-cpp-devel>=0.20.2 fontconfig-devel ghostscript-devel cups-devel"
|
|
fulldepends="ghostscript poppler-utils"
|
|
short_desc="OpenPrinting CUPS Filters"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2, LGPL-2.1, MIT"
|
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
|
distfiles="http://www.openprinting.org/download/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=6dcbf562faae5c47cfb2ab0aba3b6c49e8e894534529f82e7db21e9e2f7235cf
|
|
long_desc="
|
|
This distribution contains backends, filters, and other software that was
|
|
once part of the core CUPS distribution but is no longer maintained by
|
|
Apple Inc. In addition it contains additional filters developed
|
|
independently of Apple, especially filters for the PDF-centric printing
|
|
workflow introduced by OpenPrinting."
|
|
|
|
post_install() {
|
|
# remove development stuff.
|
|
rm -rf ${DESTDIR}/usr/include
|
|
rm -f ${DESTDIR}/usr/lib/*.a
|
|
}
|