diff options
author | Alexander P | 2015-08-22 02:27:34 +0300 |
---|---|---|
committer | Alexander P | 2015-08-22 02:27:34 +0300 |
commit | 5298fd5c4c2814c42c494c1c54a128ba8066777b (patch) | |
tree | 4fc5c835c83f5120581271e3c52f326e6a52e228 /PKGBUILD | |
download | aur-5298fd5c4c2814c42c494c1c54a128ba8066777b.tar.gz |
Version 20140829
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 000000000000..14e9100fef1b --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,19 @@ +# Original author: Nicholas Helke <nhelke@gmail.com> +pkgname=openprinting-ppds-postscript-ricoh +pkgver=20140829 +pkgrel=1 +pkgdesc="PPD files for Ricoh's PostScript printers, supplied by Ricoh" +arch=('any') +url="https://www.openprinting.org/driver/Postscript-Ricoh" +license=('MIT') +depends=('cups' 'cups-filters' 'ghostscript') +conflicts=(ppd-ricoh) +install=ricoh.install +source=("https://www.openprinting.org/download/printdriver/components/lsb3.2/main/RPMS/noarch/openprinting-ppds-postscript-ricoh-$pkgver-1lsb3.2.noarch.rpm") + +package() { + install -d $pkgdir/usr/share/cups/model/ $pkgdir/opt/OpenPrinting-Ricoh/doc + install $srcdir/opt/OpenPrinting-Ricoh/ppds/Ricoh/* $pkgdir/usr/share/cups/model/ + cp -r $srcdir/opt/OpenPrinting-Ricoh/doc $pkgdir/opt/OpenPrinting-Ricoh/doc +} +sha512sums=('9ba9471a3a68d1fc4bc134b0468df18fe727cc3c7a6caae762acd0bc4e87e363fb5f2172378bd676c84a170fe4815b323257a4a5284c8ac694e9781d018a5ac4') |