blob: 62d4a502010c08f3be8a61768c28e458c4e65b45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Maintainer: Raymond Li <li.raymond04@gmail.com>
pkgname=brother-mfc7240-lpr-bin
pkgver=3.0.1
pkgrel=1
pkgdesc="LPR driver for Brother MFC-7240 printer"
arch=("i686" "x86_64")
url="https://support.brother.com/g/b/producttop.aspx?c=ca&lang=en&prod=mfc7240_us_as"
license=("EULA")
groups=("base-devel")
source=("http://www.brother.com/pub/bsc/linux/packages/mfc7240lpr-3.0.1-1.i386.deb")
md5sums=("2ff37a436dcd19706331c58ec4ba9315")
package() {
tar -xf data.tar.gz -C "${pkgdir}"
}
|