22 lines
815 B
Bash
22 lines
815 B
Bash
# Template file for 'brother-dcp197c-cupswrapper'
|
|
pkgname=brother-dcp197c-cupswrapper
|
|
version=1.1.3
|
|
revision=8
|
|
archs="i686 x86_64"
|
|
create_wrksrc=yes
|
|
depends="brother-dcp197c-lpr cups"
|
|
short_desc="CUPS wrapper driver for the brother DCP-197C printer/scanner"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://support.brother.com/"
|
|
distfiles="https://download.brother.com/welcome/dlf005405/dcp197ccupswrapper-${version}-1.i386.deb"
|
|
checksum="d3ebfad8231939900b8041022d6c35a0ee7a1a417f7ffdab2ae371b54a00bab8"
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
vcopy opt /
|
|
rm ${DESTDIR}/opt/brother/Printers/dcp197c/cupswrapper/cupswrapperdcp197c
|
|
vinstall ${FILESDIR}/cupswrapper.void 755 /opt/brother/Printers/dcp197c/cupswrapper/
|
|
vinstall ${FILESDIR}/43-cups-usb.rules 644 /usr/lib/udev/rules.d/
|
|
}
|