summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 348e3f1030012090ce1bc1baaa32a49a1058a5cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Tomas Sandelin <tomas.sandelin@gmail.com>

pkgname=brother-mfcj4510dw-lpr-bin
pkgver=3.0.1
pkgrel=1
pkgdesc="LPR driver for Brother MFC-J4510DW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=us_ot&lang=en&prod=mfcj4510dw_us_eu_as"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf006586/mfcj4510dwlpr-3.0.1-1.i386.deb")
md5sums=("1d7dcc630b62511e0edee326a1679f6a")

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