summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPunkmeisterDuy2021-08-03 10:58:16 -0700
committerPunkmeisterDuy2021-08-03 10:58:16 -0700
commita2b7e15ef65964666d5d21cdcb6e2e6fc64e9a83 (patch)
treeb6056db1a17149c2b2b667a5d108ab1bf5367351
downloadaur-a2b7e15ef65964666d5d21cdcb6e2e6fc64e9a83.tar.gz
Pushed
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..bcff48de7a9c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = brother-mfcl2700dw-lpr-bin
+ pkgdesc = LPR driver for Brother MFC-L2700DW printer
+ pkgver = 3.2.0
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=mfcl2700dw_us_eu_as
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = https://download.brother.com/welcome/dlf101791/mfcl2700dwlpr-3.2.0-1.i386.deb
+ md5sums = 6b163fe09d2ee1cb38359ee1e1a7f051
+
+pkgname = brother-mfcl2700dw-lpr-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..59999da8ea0d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Duy Nguyen <contact@duy-nguyen.com)
+
+pkgname=brother-mfcl2700dw-lpr-bin
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="LPR driver for Brother MFC-L2700DW printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=mfcl2700dw_us_eu_as"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf101791/mfcl2700dwlpr-3.2.0-1.i386.deb")
+md5sums=("6b163fe09d2ee1cb38359ee1e1a7f051")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}