summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Cassels2017-11-22 09:21:02 -0500
committerTim Cassels2017-11-22 09:21:02 -0500
commit9413353f9c71861e925ec7d5161dc3bb711a94f3 (patch)
treed1dc0b23693afac942ed92dbf96da2851e18e6dc
downloadaur-9413353f9c71861e925ec7d5161dc3bb711a94f3.tar.gz
Initial Commit
-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..4da5bf9148c3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-hll8360cdw-lpr-bin
+ pkgdesc = LPR driver for Brother HL-L8360CDW printer
+ pkgver = 1.2.0
+ pkgrel = 1
+ url = http://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hll8360cdw_us_eu_as
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = http://download.brother.com/welcome/dlf103237/hll8360cdwlpr-1.2.0-0.i386.deb
+ md5sums = e3e29923149b943353e5cb9a2f30a2a6
+
+pkgname = brother-hll8360cdw-lpr-bin
+
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}"
+}