summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ceb77db41d6b9d4633c333bb39863170346f13a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Pat Carter <patcarter883@gmail.com>

pkgname=brother-mfcl8690cdw-lpr-bin
pkgver=1.5.0
pkgrel=1
pkgdesc="LPR driver for Brother MFC-L8690CDW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=au&lang=en&prod=mfcl8690cdw_eu_as"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf103241/mfcl8690cdwlpr-1.5.0-0.i386.deb")
md5sums=("ad337bc8c29e54c06a87307e44cb8aae")

package() {
	tar -xf data.tar.gz -C "${pkgdir}"
}