summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
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}"
+}