2012-05-16 15:53:03 +02:00
|
|
|
# Template file for 'cups-filters'
|
|
|
|
pkgname=cups-filters
|
2014-04-26 15:15:36 +02:00
|
|
|
version=1.0.53
|
2014-04-29 08:15:23 +02:00
|
|
|
revision=2
|
2012-05-16 15:53:03 +02:00
|
|
|
build_style=gnu-configure
|
2014-04-08 17:11:59 +02:00
|
|
|
configure_args="--with-rcdir=no --enable-avahi
|
|
|
|
--with-cups-config=${XBPS_CROSS_BASE}/usr/bin/cups-config
|
|
|
|
--with-browseremoteprotocols=DNSSD,CUPS"
|
|
|
|
hostmakedepends="pkg-config ghostscript poppler-utils"
|
2013-09-04 10:42:20 +02:00
|
|
|
makedepends="lcms2-devel libpng-devel>=1.6 libqpdf-devel
|
2014-04-29 08:15:23 +02:00
|
|
|
poppler-cpp-devel>=0.26 fontconfig-devel avahi-glib-libs-devel
|
2014-03-14 14:07:28 +01:00
|
|
|
ghostscript-devel>=9.10 cups-devel ghostscript poppler-utils"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="ghostscript poppler-utils"
|
|
|
|
conf_files="/etc/cups/cups-browsed.conf"
|
|
|
|
systemd_services="cups-browsed.service on"
|
2012-12-28 09:10:23 +01:00
|
|
|
short_desc="The OpenPrinting CUPS Filters"
|
2012-05-16 15:53:03 +02:00
|
|
|
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"
|
2013-03-30 10:19:37 +01:00
|
|
|
distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.xz"
|
2014-04-26 15:15:36 +02:00
|
|
|
checksum=a25b55228cc13549d6989a9f6319e4e313ce42fe88d8b645e02b0c17d02dc2bf
|
2012-05-16 15:53:03 +02:00
|
|
|
|
2014-04-02 17:07:46 +02:00
|
|
|
lib32disabled=yes
|
2014-03-13 08:46:09 +01:00
|
|
|
disable_parallel_build=yes
|
|
|
|
|
2012-05-16 15:53:03 +02:00
|
|
|
post_install() {
|
|
|
|
# remove development stuff.
|
|
|
|
rm -rf ${DESTDIR}/usr/include
|
|
|
|
rm -f ${DESTDIR}/usr/lib/*.a
|
2012-12-28 09:10:23 +01:00
|
|
|
# install systemd service
|
|
|
|
rm -rf ${DESTDIR}/etc/rc.d
|
2013-10-30 16:26:58 +01:00
|
|
|
|
|
|
|
vinstall utils/cups-browsed.service 644 usr/lib/systemd/system
|
|
|
|
chgrp -R lp ${DESTDIR}/etc/cups
|
2012-05-16 15:53:03 +02:00
|
|
|
}
|