void-packages/srcpkgs/cups-filters/template

35 lines
1.2 KiB
Text
Raw Normal View History

2012-05-16 13:53:03 +00:00
# Template file for 'cups-filters'
pkgname=cups-filters
2014-08-22 14:34:45 +00:00
version=1.0.58
2014-07-30 07:33:06 +00:00
revision=1
2012-05-16 13:53:03 +00:00
build_style=gnu-configure
2014-04-08 15:11:59 +00:00
configure_args="--with-rcdir=no --enable-avahi
--with-browseremoteprotocols=DNSSD,CUPS"
hostmakedepends="pkg-config ghostscript poppler-utils"
2013-09-04 08:42:20 +00:00
makedepends="lcms2-devel libpng-devel>=1.6 libqpdf-devel
poppler-cpp-devel>=0.26 fontconfig-devel avahi-glib-libs-devel
2014-08-14 14:01:59 +00:00
ghostscript-devel>=9.10 cups-devel"
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"
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-08-22 14:34:45 +00:00
checksum=6e704e0eac6968076d0596e0c9512f8c88bc9e0dbc934c8846f6375c93b80b2e
2012-05-16 13:53:03 +00:00
2014-04-02 15:07:46 +00:00
lib32disabled=yes
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
}