summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3775d9dfd980fa305568c7999af205b5e4fecc25 (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-cups-bin
pkgver=3.0.1
pkgrel=1
pkgdesc="CUPS wrapper 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/mfc7240cupswrapper-3.0.1-1.i386.deb")
md5sums=("f1edb37dd32b3573be773cf545765ff9")
package() {
       tar -xf data.tar.gz -C "${pkgdir}"
}