summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2020-04-20 20:58:39 +0200
committerJelle van der Waa2020-04-20 20:59:12 +0200
commit035b5f92bc59eaccdf80f9b1e1824e46105f7f12 (patch)
treea8f32cca27f95faa077d7c6871a02319d7a92973
downloadaur-ricoh-sp3700-ppds.tar.gz
initial commit for an aur user
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD18
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9115f9359d6c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = ricoh-sp3700-ppds
+ pkgdesc = PPD files for Ricoh's SP3700 multifunction printers, supplied by Ricoh
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://support.ricoh.com/bb/html/dr_ut_e/re1/model/sp320sn/sp320sn.htm
+ arch = any
+ license = custom
+ makedepends = rpmextract
+ depends = cups
+ depends = ghostscript
+ depends = cups-filters
+ source = https://support.ricoh.com/w/bb/pub_j/dr_ut_d/4101038/4101038412/V102/5224415/sp_2300_3700p_pcl-1.02-0.noarch.rpm
+ sha256sums = f2a18b8232091ad490cfa0f5fc9826a193f6c0817ca26f2185113e951976e64b
+
+pkgname = ricoh-sp3700-ppds
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3843f43e2b83
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+pkgname=ricoh-sp3700-ppds
+pkgver=1.0
+pkgrel=1
+pkgdesc="PPD files for Ricoh's SP3700 multifunction printers, supplied by Ricoh"
+arch=('any')
+url='http://support.ricoh.com/bb/html/dr_ut_e/re1/model/sp320sn/sp320sn.htm'
+license=('custom')
+makedepends=(rpmextract)
+depends=(cups ghostscript cups-filters)
+source=('https://support.ricoh.com/w/bb/pub_j/dr_ut_d/4101038/4101038412/V102/5224415/sp_2300_3700p_pcl-1.02-0.noarch.rpm')
+sha256sums=('f2a18b8232091ad490cfa0f5fc9826a193f6c0817ca26f2185113e951976e64b')
+
+package() {
+ install -d $pkgdir/usr/share/doc/Ricoh
+ install -d $pkgdir/usr/share/cups/model/Ricoh
+ install $srcdir/usr/share/cups/model/ricoh/*.xml $pkgdir/usr/share/doc/Ricoh/
+ install $srcdir/usr/share/cups/model/ricoh/primax-gstopxl/* $pkgdir/usr/share/cups/model/Ricoh/
+}