void-packages/srcpkgs/cups-filters/template
2014-04-29 08:15:23 +02:00

36 lines
1.3 KiB
Plaintext

# Template file for 'cups-filters'
pkgname=cups-filters
version=1.0.53
revision=2
build_style=gnu-configure
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"
makedepends="lcms2-devel libpng-devel>=1.6 libqpdf-devel
poppler-cpp-devel>=0.26 fontconfig-devel avahi-glib-libs-devel
ghostscript-devel>=9.10 cups-devel ghostscript poppler-utils"
depends="ghostscript poppler-utils"
conf_files="/etc/cups/cups-browsed.conf"
systemd_services="cups-browsed.service on"
short_desc="The 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.xz"
checksum=a25b55228cc13549d6989a9f6319e4e313ce42fe88d8b645e02b0c17d02dc2bf
lib32disabled=yes
disable_parallel_build=yes
post_install() {
# remove development stuff.
rm -rf ${DESTDIR}/usr/include
rm -f ${DESTDIR}/usr/lib/*.a
# install systemd service
rm -rf ${DESTDIR}/etc/rc.d
vinstall utils/cups-browsed.service 644 usr/lib/systemd/system
chgrp -R lp ${DESTDIR}/etc/cups
}