AUR Drivers for my Brother Printer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
509 B

# Maintainer: Tim Cassels <cassels2025@gmail.com>
pkgname=brother-hll8360cdw-cups-bin
pkgver=1.2.0
pkgrel=1
pkgdesc="CUPS wrapper for Brother HL-L8360CDW printer"
arch=("i686" "x86_64")
url="http://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hll8360cdw_us_eu_as"
license=("EULA")
groups=("base-devel")
source=("http://download.brother.com/welcome/dlf103246/hll8360cdwcupswrapper-1.2.0-0.i386.deb")
md5sums=("0d215946893241070f83ac2edddf2b64")
package() {
tar -xf data.tar.gz -C "${pkgdir}"
}