summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 59999da8ea0d1d8907fc6e2665dd4654ab44ead4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Duy Nguyen <contact@duy-nguyen.com)

pkgname=brother-mfcl2700dw-lpr-bin
pkgver=3.2.0
pkgrel=1
pkgdesc="LPR driver for Brother MFC-L2700DW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=mfcl2700dw_us_eu_as"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf101791/mfcl2700dwlpr-3.2.0-1.i386.deb")
md5sums=("6b163fe09d2ee1cb38359ee1e1a7f051")

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