summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: eba7922d20e4ea1aa27f9fb57c88c262ba56dd16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Karthik Nishanth <kndevl@outlook.com>

pkgname=brother-dcpl8410cdw-lpr-bin
pkgver=1.3.0
pkgrel=1
pkgdesc="LPR driver for Brother DCP-L8410CDW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=eu_ot&lang=en&prod=dcpl8410cdw_eu"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf103239/dcpl8410cdwlpr-1.3.0-0.i386.deb")
md5sums=("0d978fbc1d81f631a9e9c395b8998b16")

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