blob: 6d0d92f15bb74ebf419bc77f57d574dca62ae273 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Maintainer: Justin Holz <jholz88@arcaneventures.llc>
pkgname=brother-hl3140cw-lpr-bin
pkgver=1.1.2
pkgrel=1
pkgdesc="LPR driver for Brother HL-3140CW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hl3140cw_us_eu"
license=("EULA")
groups=("base-devel")
source=("https://support.brother.com/g/b/files/dlf/dlf007068/hl3140cwlpr-1.1.2-1.i386.deb")
md5sums=("112fc564a6a5cd602969e095f2f40464")
package() {
tar -xf data.tar.gz -C "${pkgdir}"
}
|