summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c3a20c1280a16d6ad28041d02758862b1e99ecff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Tim Cassels <cassels2025@gmail.com>

pkgname=brother-dcpt500w-cups-bin
pkgver=3.0.2
pkgrel=1
pkgdesc="CUPS driver for Brother DCP-T500W printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=eu_ot&lang=en&prod=dcpt500w_all"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf101957/dcpt500wcupswrapper-3.0.2-0.i386.deb")
md5sums=("8892f295bba37a2ec226a0a0fa9aa5ec")

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