summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..58a70a766f6c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = brother_hl-l2325dw-cups-bin
+ pkgdesc = CUPS Wrapper for Brother HL-L2325DW printer
+ pkgver = 2.2.3
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hll2325dw_us
+ arch = i686
+ arch = x86_64
+ license = EULA
+ source = https://download.brother.com/welcome/dlf006893/linux-brprinter-installer-2.2.3-1.gz
+ md5sums = 5bf6bd33b13232614f0991b84e9582a3
+
+pkgname = brother_hl-l2325dw-cups-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..93c04c1ac730
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+# Maintainer: Gray Lott <gray.lott@live.com>
+pkgname=brother_hl-l2325dw-cups-bin
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="CUPS Wrapper for Brother HL-L2325DW printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hll2325dw_us"
+license=("EULA")
+source=("https://download.brother.com/welcome/dlf006893/linux-brprinter-installer-2.2.3-1.gz")
+md5sums=("5bf6bd33b13232614f0991b84e9582a3")
+package() {
+ gzip -df linux-brprinter-installer-2.2.3-1.gz
+}