summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfederin2019-04-27 15:46:51 -0300
committerfederin2019-04-27 15:46:51 -0300
commit48236d98f810fa8ad49678bf1a23f50ff6b81e89 (patch)
treea93baf00c4810437274b208131fb508e1a2d3635
downloadaur-brother-dcp1602-lpr-bin.tar.gz
LPR drivers for the Brother DCP-1602 printer
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..12a9006233a4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-dcp1602-lpr-bin
+ pkgdesc = LPR driver for Brother DCP-1602 printer
+ pkgver = 3.0.1
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=mx&lang=es&prod=dcp1602_us
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = http://download.brother.com/welcome/dlf101875/dcp1600lpr-3.0.1-1.i386.deb
+ md5sums = a8f982da3abafc3e2ab9fa9683faa45d
+
+pkgname = brother-dcp1602-lpr-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..616cd9f57227
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Federico Lo Iacono <fedloiacono23@gmail.com>
+
+pkgname=brother-dcp1602-lpr-bin
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="LPR driver for Brother DCP-1602 printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=mx&lang=es&prod=dcp1602_us"
+license=("EULA")
+groups=("base-devel")
+source=("http://download.brother.com/welcome/dlf101875/dcp1600lpr-3.0.1-1.i386.deb")
+md5sums=("a8f982da3abafc3e2ab9fa9683faa45d")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}