summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d206647403015918091683bd7d60a339e73c2581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Sam Sim <contact@sam-simons.nl>
pkgname=brother-brother-mfc-l2730dw-bin
pkgver=4.0.0.1
pkgrel=1
pkgdesc="Printer driver for Brother MFC-L2730DW printer"
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}"
}