blob: 77c1256b889e8e1e7978fe889f0d0a82bac56cf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Maintainer: Sandelinos <aur@sandelinos.me>
pkgname=brother-mfcj4510dw-cups-bin
pkgver=3.0.1
pkgrel=1
pkgdesc="CUPS wrapper for Brother MFC-J4510DW printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=us_ot&lang=en&prod=mfcj4510dw_us_eu_as"
license=("EULA")
groups=("base-devel")
source=("https://download.brother.com/welcome/dlf006588/mfcj4510dwcupswrapper-3.0.1-1.i386.deb")
md5sums=("39173a854db7a711f4c2ae52baa386a4")
package() {
tar -xf data.tar.gz -C "${pkgdir}"
}
|