cups-filters: cross build support.
This commit is contained in:
parent
23f641ab21
commit
7ea4955aed
|
@ -3,8 +3,10 @@ pkgname=cups-filters
|
|||
version=1.0.51
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-rcdir=no --enable-avahi --with-browseremoteprotocols=DNSSD,CUPS"
|
||||
hostmakedepends="pkg-config"
|
||||
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.24.1 fontconfig-devel avahi-glib-libs-devel
|
||||
ghostscript-devel>=9.10 cups-devel ghostscript poppler-utils"
|
||||
|
@ -14,7 +16,6 @@ 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"
|
||||
only_for_archs="x86_64 i686"
|
||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/openprinting"
|
||||
distfiles="http://www.openprinting.org/download/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=c29d99265510d740843526a30c46bb9e2ef33536aebfe3c73b1fae3ff9cc678b
|
||||
|
|
Loading…
Reference in New Issue