24 lines
675 B
Bash
24 lines
675 B
Bash
# Template file for 'brother-dcp197c-lpr'
|
|
pkgname=brother-dcp197c-lpr
|
|
version=1.1.3
|
|
revision=6
|
|
archs="i686 x86_64"
|
|
depends="a2ps ghostscript"
|
|
short_desc="LPR driver for the brother DCP-197C printer/scanner"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://support.brother.com/"
|
|
distfiles="https://download.brother.com/welcome/dlf005403/dcp197clpr-${version}-1.i386.deb"
|
|
checksum="e6427ae596f0f65ca2d39167fe42a4a79c0b254b1f16bd282a2b245db56f4ea1"
|
|
mutable_files="/opt/brother/Printers/dcp197c/inf/brdcp197crc"
|
|
nopie=yes
|
|
|
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
|
depends+=" glibc-32bit"
|
|
fi
|
|
|
|
do_install() {
|
|
vcopy opt /
|
|
vcopy usr /
|
|
}
|