Merge branch 'master' of github.com:voidlinux/xbps-packages
This commit is contained in:
commit
e4d86a61f5
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'brother-dcp197c-lpr'
|
# Template file for 'brother-dcp197c-lpr'
|
||||||
pkgname=brother-dcp197c-lpr
|
pkgname=brother-dcp197c-lpr
|
||||||
version=1.1.3
|
version=1.1.3
|
||||||
revision=1
|
revision=2
|
||||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||||
homepage="http://support.brother.com/g/b/index.aspx"
|
homepage="http://support.brother.com/g/b/index.aspx"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -12,6 +12,8 @@ only_for_archs="i686 x86_64"
|
||||||
create_wksrc=yes
|
create_wksrc=yes
|
||||||
makedepends="a2ps ghostscript"
|
makedepends="a2ps ghostscript"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
|
mutable_files="/opt/brother/Printers/dcp197c/inf/brdcp197crc"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
depends+=" glibc-32bit"
|
depends+=" glibc-32bit"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue