2012-05-16 13:53:03 +00:00
|
|
|
# Template file for 'cups-filters'
|
|
|
|
pkgname=cups-filters
|
2014-03-12 22:45:54 +00:00
|
|
|
version=1.0.48
|
2013-04-30 08:51:23 +00:00
|
|
|
revision=1
|
2012-05-16 13:53:03 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-30 09:19:48 +00:00
|
|
|
configure_args="--with-rcdir=no --enable-avahi --with-browseremoteprotocols=DNSSD,CUPS"
|
2013-09-04 08:42:20 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="lcms2-devel libpng-devel>=1.6 libqpdf-devel
|
|
|
|
poppler-cpp-devel>=0.24.1 fontconfig-devel avahi-glib-libs-devel
|
2013-04-30 09:19:48 +00:00
|
|
|
ghostscript-devel cups-devel ghostscript poppler-utils"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="ghostscript poppler-utils"
|
|
|
|
conf_files="/etc/cups/cups-browsed.conf"
|
|
|
|
systemd_services="cups-browsed.service on"
|
2012-12-28 08:10:23 +00:00
|
|
|
short_desc="The OpenPrinting CUPS Filters"
|
2012-05-16 13:53:03 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2, LGPL-2.1, MIT"
|
2012-06-06 07:44:49 +00:00
|
|
|
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
2013-03-30 09:19:37 +00:00
|
|
|
distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.xz"
|
2014-03-12 22:45:54 +00:00
|
|
|
checksum=277c61eb2563da3c10e9e81759148c36efbab5a3b137afc010050482e0dd6bb3
|
2012-05-16 13:53:03 +00:00
|
|
|
|
2014-03-13 07:46:09 +00:00
|
|
|
disable_parallel_build=yes
|
|
|
|
|
2012-05-16 13:53:03 +00:00
|
|
|
post_install() {
|
|
|
|
# remove development stuff.
|
|
|
|
rm -rf ${DESTDIR}/usr/include
|
|
|
|
rm -f ${DESTDIR}/usr/lib/*.a
|
2012-12-28 08:10:23 +00:00
|
|
|
# install systemd service
|
|
|
|
rm -rf ${DESTDIR}/etc/rc.d
|
2013-10-30 15:26:58 +00:00
|
|
|
|
|
|
|
vinstall utils/cups-browsed.service 644 usr/lib/systemd/system
|
|
|
|
chgrp -R lp ${DESTDIR}/etc/cups
|
2012-05-16 13:53:03 +00:00
|
|
|
}
|