summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 34e0091073c6089592a079678972f7b8c3c1ac13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Skyler Ross <orangesnowfox@gmail.com>

pkgname=brother-mfcl2740dw-lpr-bin
pkgver=3.1.0
pkgrel=1
pkgdesc="LPR driver for Brother MFC-L2740DW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=mfcl2740dw_us_eu_as"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf101123/brgenml1lpr-3.1.0-1.i386.deb")
md5sums=("dea333f953fcce13c1239bf991524885")

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