summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 78182c12284f3ad8c128adde780854f6f569cb35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Daniel Aschwanden <nimdanitro@gmail.com

pkgname=brother-hl5350dn-lpr-bin
pkgver=1.0.0
pkgrel=1
pkgdesc="LPR driver for Brother HL-5350DN printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=eu_ot&lang=en&prod=hl5350dn_eu"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf006004/hl5350dnlpr-2.0.3-1.i386.deb")
md5sums=("6b949b14fdfe35aca66f8fe0a9cec2ad")

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