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..8d3cd4c8f028
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Tim Cassels <cassels2025@gmail.com>
+
+pkgname=brother-hll8360cdw-lpr-bin
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="LPR driver for Brother HL-L8360CDW printer"
+arch=("i686" "x86_64")
+url="http://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hll8360cdw_us_eu_as"
+license=("EULA")
+groups=("base-devel")
+source=("http://download.brother.com/welcome/dlf103237/hll8360cdwlpr-1.2.0-0.i386.deb")
+md5sums=("e3e29923149b943353e5cb9a2f30a2a6")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}