void-packages/srcpkgs/cups-filters/template

51 lines
1.5 KiB
Bash
Raw Normal View History

2012-05-16 13:53:03 +00:00
# Template file for 'cups-filters'
pkgname=cups-filters
2015-04-16 05:16:10 +00:00
version=1.0.68
revision=2
2012-05-16 13:53:03 +00:00
build_style=gnu-configure
configure_args="--disable-static --with-rcdir=no --enable-avahi
--with-browseremoteprotocols=DNSSD,CUPS --sbindir=/usr/bin"
2014-04-08 15:11:59 +00:00
hostmakedepends="pkg-config ghostscript poppler-utils"
makedepends="lcms2-devel libpng-devel libqpdf-devel
poppler-cpp-devel fontconfig-devel avahi-glib-libs-devel
ghostscript-devel cups-devel"
depends="lib${sourcepkg}-${version}_${revision} ghostscript poppler-utils bc"
conf_files="/etc/cups/cups-browsed.conf"
2012-12-28 08:10:23 +00:00
short_desc="The OpenPrinting CUPS Filters"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-05-16 13:53:03 +00:00
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"
2015-04-16 05:16:10 +00:00
checksum=d195cc321e65c0a0d208a9491b5869b6fffd7f3fbafc230906b1e18fb556a437
2012-05-16 13:53:03 +00:00
2014-04-02 15:07:46 +00:00
lib32disabled=yes
disable_parallel_build=yes
build_options="systemd"
2013-10-30 15:26:58 +00:00
provides="foomatic-filters-${version}_${revision}"
replaces="foomatic-filters>=0"
post_install() {
if [ "$build_option_systemd" ]; then
vinstall utils/cups-browsed.service 644 usr/lib/systemd/system
else
vsv cups-browsed
fi
2012-05-16 13:53:03 +00:00
}
libcups-filters_package() {
short_desc+=" - shared library"
pkg_install() {
vmove usr/lib/*.so.*
}
}
libcups-filters-devel_package() {
short_desc+=" - development files"
depends="libcups-filters-${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
}
}