1 # Contributor: cdfk <cdfk1981-at-gmail.com>
3 pkgname=brother-cups-wrapper-extra
6 pkgdesc="This package provides all cups wrapper drivers for models FAX-1815C FAX-1820C FAX-1835C FAX-1840C FAX-1920CN FAX-1940CN FAX-2440C MFC-210C MFC-3220C MFC-3240C MFC-3320CN MFC-3340CN MFC-3420C MFC-3820CN MFC-410CN MFC-420CN MFC-5440CN MFC-5840CN MFC-620CN DCP-110C DCP-310CN DCP-560CN DCP-770CW DCP-350C DCP-353C MFC-465CN MFC-680CN MFC-685CW MFC-885CW MFC-230C MFC-235C MFC-260C DCP-135C DCP-150C DCP-153C"
7 license=('GPL' 'custom:brother commercial license')
8 url="http://solutions.brother.com/linux/en_us/index.html"
10 depends=('brother-lpr-drivers-extra' 'brother-cups-wrapper-common' 'tcsh')
11 [ $CARCH == "x86_64" ] && _a="amd64" && md5sums=(
12 'c3f1bea82fedd6e9dcb7756ebbb5fd36')
13 [ $CARCH == "i686" ] && _a="i386" && md5sums=(
14 'cfe7098f1fa0ef644199d71d020ef2f5')
15 source=(http://mirrors.kernel.org/ubuntu/pool/multiverse/b/${pkgname}/${pkgname}_${pkgver}-0ubuntu3_${_a}.deb)
18 cd $srcdir || return 1
19 ar -x ${pkgname}_${pkgver}-0ubuntu3_${_a}.deb || return 1
20 cd $pkgdir || return 1
21 tar -xzf ${srcdir}/data.tar.gz || return 1