summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ee14ca9bdabafa0d05679942a413cb37b9dad250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pkgname=brother-mfcl6900dw-lpr-bin
pkgver=3.2.0
pkgrel=1
pkgdesc="LPR driver for Brother MFC-L6900DW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/downloadlist.aspx?c=us&lang=en&prod=mfcl6900dw_us_eu_as&os=128"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf102653/mfcl6900dwlpr-3.2.0-1.i386.deb")
md5sums=("69c01576c8284ca7ddc0affd44a3745e")
package() {
        tar -xf data.tar.gz -C "${pkgdir}"
}