2012-05-16 15:53:03 +02:00
|
|
|
# Template file for 'cups-filters'
|
|
|
|
pkgname=cups-filters
|
2012-09-07 16:01:21 +02:00
|
|
|
version=1.0.24
|
2012-07-23 08:23:54 +02:00
|
|
|
revision=1
|
2012-05-16 15:53:03 +02:00
|
|
|
build_style=gnu-configure
|
2012-09-03 10:14:26 +02:00
|
|
|
makedepends="pkg-config lcms2-devel libpng-devel>=1.5.10 tiff-devel libqpdf-devel
|
2012-07-23 08:23:54 +02:00
|
|
|
poppler-cpp-devel>=0.20.2 fontconfig-devel ghostscript-devel cups-devel"
|
2012-05-23 18:26:56 +02:00
|
|
|
fulldepends="ghostscript poppler-utils"
|
2012-05-16 15:53:03 +02:00
|
|
|
short_desc="OpenPrinting CUPS Filters"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2, LGPL-2.1, MIT"
|
2012-06-06 09:44:49 +02:00
|
|
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
|
|
|
distfiles="http://www.openprinting.org/download/$pkgname/$pkgname-$version.tar.gz"
|
2012-09-07 16:01:21 +02:00
|
|
|
checksum=a3f8b113d5a1d80da5a158b321eb7dc9a5c751d2327091fed7ff418496a19cc5
|
2012-05-16 15:53:03 +02:00
|
|
|
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
|
|
|
|
}
|