summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d1784ddadb5b4d306e56b923759986d2e9dafc14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Contributor: bilux <i.bilux@gmail.com>
# Maintainer: bilux <i.bilux@gmail.com>

pkgname=brother-mfcj245
pkgver=3.0.0
pkgrel=1
pkgdesc="Driver for the Brother MFC-j245 wifi multifuncional printer"
url="http://solutions.brother.com/linux/en_us/index.html"
license=('custom:brother')
depends=('a2ps' 'cups')
install="brother-mfcj245.install"
arch=('i686' 'x86_64')

md5sums=('b890daa9317b3cbec2e0a077b4be221f'
         '514702c4b09b195a1a6fbe67f8327bd9'
         '31c4664b7f0eb6751decf1d04819c100')

source=(
	"./fix_lp.patch" \
    "http://www.brother.com/pub/bsc/linux/dlf/mfcj245lpr-3.0.0-1.i386.rpm" \
	"http://www.brother.com/pub/bsc/linux/dlf/mfcj245cupswrapper-3.0.0-1.i386.rpm"
)

build() {
  cd "$srcdir"
	patch -Np0 < fix_lp.patch
}

post_install() {
	/opt/brother/Printers/mfcj245/cupswrapper/cupswrappermfcj245
}

package()
{
    install -d $pkgdir/usr/bin
	install -d $pkgdir/var/spool/lpd
    install -Dm755 "$srcdir"/usr/bin/brprintconf_mfcj245 "$pkgdir"/usr/bin/
	cp -R $srcdir/opt $pkgdir/opt
}