summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..873aa4a2bcbb
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-hl5440d-lpr-bin
+ pkgdesc = LPR driver for Brother HL-5440D printer
+ pkgver = 3.0.0
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=us_ot&lang=en&prod=hl5440d_all
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = https://download.brother.com/welcome/dlf006019/hl5440dlpr-3.0.0-1.i386.deb
+ md5sums = 2f46823cdf4e359ee201d1f86f0c45ed
+
+pkgname = brother-hl5440d-lpr-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..977096590d70
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: Antoine GRIMOD <antoine.grimod@gmail.com>
+pkgname=brother-hl5440d-lpr-bin
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="LPR driver for Brother HL-5440D printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=us_ot&lang=en&prod=hl5440d_all"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf006019/hl5440dlpr-3.0.0-1.i386.deb")
+md5sums=("2f46823cdf4e359ee201d1f86f0c45ed")
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}