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
496 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. # Maintainer: Tim Cassels <cassels2025@gmail.com>
  2. pkgname=brother-mfc-l3710cw
  3. pkgver=1.4.0
  4. pkgrel=0
  5. pkgdesc="CUPS wrapper for Brother MFC-L3710CW printer"
  6. arch=("i686" "x86_64")
  7. url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=mfcl3710cw_us_eu_as"
  8. license=("EULA")
  9. groups=("base-devel")
  10. source=("https://download.brother.com/welcome/dlf103930/mfcl3710cwpdrv-1.0.2-0.i386.deb")
  11. md5sums=("3c9df04884b75b7116adb3a0a7916c80")
  12. package() {
  13. tar -xf data.tar.gz -C "${pkgdir}"
  14. }