22 lines
810 B
Bash
22 lines
810 B
Bash
# Template file for 'cups-filters'
|
|
pkgname=cups-filters
|
|
version=2.0.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-avahi --disable-mutool"
|
|
hostmakedepends="pkg-config ghostscript"
|
|
makedepends="cups-devel libppd-devel libcupsfilters-devel"
|
|
depends="bc ghostscript poppler"
|
|
short_desc="OpenPrinting CUPS Filters"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0 WITH custom:GPL2-LGPL2-Exception"
|
|
homepage="https://wiki.linuxfoundation.org/openprinting/cups-filters"
|
|
changelog="https://github.com/OpenPrinting/cups-filters/releases"
|
|
distfiles="https://github.com/OpenPrinting/cups-filters/releases/download/${version}/cups-filters-${version}.tar.xz"
|
|
checksum=b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|