summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d248e5d9fe696b521105cb59556ac9e847276b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Sam Sim <contact at sam-simons dot nl>
pkgname=brother-mfc-l2730dw-bin
pkgver=4.0.0.1
pkgrel=1
pkgdesc="Out of use, use brother-mfc-l2730dw package"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=gb&lang=en&prod=mfcl2730dw_us_eu_as"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf103528/mfcl2730dwpdrv-4.0.0-1.i386.deb")
md5sums=("e175e1bde8d2c904968bd7f98ef2deab")
package() {
        tar -xf data.tar.gz -C "${pkgdir}"
}