summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-02-23 14:28:10 -0500
committerChris Severance2018-02-23 14:28:10 -0500
commit08134ad27363958cd5f24319815c9a8986e992df (patch)
treeb6cae79e366902b6224fa3914d35082d84699b40
downloadaur-08134ad27363958cd5f24319815c9a8986e992df.tar.gz
Initial Import
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD20
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..dcdcdbf447d7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Fri Feb 23 19:27:14 UTC 2018
+pkgbase = oki-b512
+ pkgdesc = CUPS printer driver for the Okidata B512 B432 MB562 MB492
+ pkgver = 1.1.3
+ pkgrel = 1
+ url = http://www.okidata.com/
+ arch = any
+ license = GPL
+ depends = cups
+ source = http://www.oki.com/eu/printing/download/B512_B432_MB562_MB492_PS_Linux_010103_66002.zip
+ sha256sums = f1f53d01a40652b8ecd8e8b0aa0931ea6e0504feec500c6b2f6c6eee8ba69b44
+
+pkgname = oki-b512
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..60ad57a9a816
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
+
+set -u
+pkgname='oki-b512'
+pkgver='1.1.3'
+pkgrel='1'
+pkgdesc='CUPS printer driver for the Okidata B512 B432 MB562 MB492'
+arch=('any')
+url='http://www.okidata.com/'
+license=('GPL')
+depends=('cups')
+source=('http://www.oki.com/eu/printing/download/B512_B432_MB562_MB492_PS_Linux_010103_66002.zip')
+sha256sums=('f1f53d01a40652b8ecd8e8b0aa0931ea6e0504feec500c6b2f6c6eee8ba69b44')
+
+package() {
+ set -u
+ install -Dpm644 *.ppd* -t "${pkgdir}/usr/share/cups/model"
+ set +u
+}
+set +u