summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 78b6e5b36faf3763960a5db0bcedfb57cdfefdd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Johnny Lucas <johntomlucas@outlook.com>

pkgname=brother-hl2240-cups-bin
pkgver=2.0.4
pkgrel=2
pkgdesc="CUPS wrapper for Brother HL-2240 printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hl2240_us_eu"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf005879/cupswrapperHL2240-2.0.4-2.i386.deb")
md5sums=('99b1a60787c271e63ca7a8924421348f')
package() {
    tar -xf data.tar.gz -C "${pkgdir}"
}