25 lines
923 B
Bash
25 lines
923 B
Bash
# Template file for 'cups-browsed'
|
|
pkgname=cups-browsed
|
|
version=2.0.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
conf_files="/etc/cups/cups-browsed.conf"
|
|
hostmakedepends="pkg-config glib-devel"
|
|
makedepends="avahi-glib-libs-devel cups-devel libcupsfilters-devel libppd-devel
|
|
glib-devel"
|
|
short_desc="Daemon to browse network for remote CUPS queues and IPP network printers"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="Apache-2.0 WITH custom:GPL2-LGPL2-Exception"
|
|
homepage="https://github.com/OpenPrinting/cups-browsed"
|
|
changelog="https://github.com/OpenPrinting/cups-browsed/blob/master/CHANGES.md"
|
|
distfiles="https://github.com/OpenPrinting/cups-browsed/releases/download/${version}/cups-browsed-${version}.tar.xz"
|
|
checksum=ebed1b49dea593912b15fe55f88b691c1a0ac7d6c42178e9526ea949d00ef01a
|
|
make_check=no # hangs
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
vsv cups-browsed
|
|
vlicense COPYING
|
|
rm -r "${DESTDIR}/etc/rc.d"
|
|
}
|