summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 85c92b45dab553b217a894f09f55cb65158dd35b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Marc Eckhert <meckhert@gmail.com.com>
pkgname=brother-9320cw-lpr-bin
pkgver=1.1.2
pkgrel=1
pkgdesc="LPR driver for Brother HL-L9200CDW(T) printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=mfc9320cw_all"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf006461/mfc9320cwlpr-1.1.2-1.i386.deb")
md5sums=("3aea4d38ff502dfaffae04e0d172a939")
package() {
        tar -xf data.tar.gz -C "${pkgdir}"
}