summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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..6bbd5d5ff120
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-hl5350dn-lpr-bin
+ pkgdesc = LPR driver for Brother HL-5350DN printer
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=eu_ot&lang=en&prod=hl5350dn_eu
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = https://download.brother.com/welcome/dlf006004/hl5350dnlpr-2.0.3-1.i386.deb
+ md5sums = 6b949b14fdfe35aca66f8fe0a9cec2ad
+
+pkgname = brother-hl5350dn-lpr-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..78182c12284f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Daniel Aschwanden <nimdanitro@gmail.com
+
+pkgname=brother-hl5350dn-lpr-bin
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="LPR driver for Brother HL-5350DN printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=eu_ot&lang=en&prod=hl5350dn_eu"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf006004/hl5350dnlpr-2.0.3-1.i386.deb")
+md5sums=("6b949b14fdfe35aca66f8fe0a9cec2ad")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}