44 lines
1.3 KiB
Bash
44 lines
1.3 KiB
Bash
# Template file for 'cups-filters'
|
|
pkgname=cups-filters
|
|
version=1.17.9
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --with-rcdir=no --enable-avahi
|
|
--with-browseremoteprotocols=DNSSD,CUPS"
|
|
hostmakedepends="pkg-config ghostscript poppler-utils mupdf-tools glib-devel"
|
|
makedepends="lcms2-devel libpng-devel libqpdf-devel
|
|
poppler-cpp-devel fontconfig-devel avahi-glib-libs-devel
|
|
ghostscript-devel cups-devel"
|
|
depends="libcups-filters-${version}_${revision} ghostscript poppler-utils bc"
|
|
conf_files="/etc/cups/cups-browsed.conf"
|
|
short_desc="The OpenPrinting CUPS Filters"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
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=98ae3f8c8309ea950144e582d252e65f4636e8812832a982edd0ab83eddef544
|
|
|
|
lib32disabled=yes
|
|
disable_parallel_build=yes
|
|
|
|
post_install() {
|
|
vsv cups-browsed
|
|
vlicense COPYING
|
|
}
|
|
|
|
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
|
|
}
|
|
}
|