brother-brscan3: modified according the suggestions

This commit is contained in:
onekk 2014-04-24 12:21:51 +02:00
parent 28e5391c2b
commit f14f2e8d1f

View file

@ -7,7 +7,8 @@ homepage="http://support.brother.com/g/b/index.aspx"
license="GPL-2" license="GPL-2"
short_desc=" Scanner driver for the brother DCP-197C printer/scanner" short_desc=" Scanner driver for the brother DCP-197C printer/scanner"
only_for_archs="i686 x86_64" only_for_archs="i686 x86_64"
depends="brother-dcp197c-lpr brother-dcp197c-cupswrapper cups sane" makedepends="brother-dcp197c-lpr brother-dcp197c-cupswrapper cups sane"
depends="${makedepends}"
create_wksrc=yes create_wksrc=yes
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
@ -16,7 +17,7 @@ if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
debpkgid="5.amd64" debpkgid="5.amd64"
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
distfiles="http://download.brother.com/welcome/dlf006641/brscan3-${version}-4.i386.deb" distfiles="http://download.brother.com/welcome/dlf006641/brscan3-${version}-4.i386.deb"
checksum="b8" checksum="3d2c8aace27a694c0984c6a1913fb2ebbd6cfd7a46bcdce3d54ae3693009d835"
debpkgid="4.i386" debpkgid="4.i386"
fi fi