summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Potier2015-09-18 13:31:40 +0200
committerMartin Potier2015-09-18 13:31:40 +0200
commite6a22824b33c9b908c8e3775c1b914dc4ed59e5d (patch)
tree40914b7b079383bca04c44f09b33786c1354991e
downloadaur-e6a22824b33c9b908c8e3775c1b914dc4ed59e5d.tar.gz
Initial commit
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD22
-rw-r--r--ppd-toshiba-estudio5560c.install18
3 files changed, 56 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..fdc1dc379522
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = ppd-toshiba-estudio5560c
+ pkgdesc = Printer only driver for the Toshiba e-STUDIO 5560c (and probably others)
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://www.eid.toshiba.com.au/n_driver_ebx_colour.asp
+ install = ppd-toshiba-estudio5560c.install
+ arch = i686
+ arch = x86_64
+ license = Propietary
+ depends = cups
+ provides = ppd-toshiba-estudio5560c
+ source = http://www.eid.toshiba.com.au/drivers/eBX/eBX_CUPS_Colour_V7.22.zip
+ md5sums = 2e450664cf34c8c4aed92fb76bf82d2d
+
+pkgname = ppd-toshiba-estudio5560c
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7b49e40e330d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Contributor: EEva <eeva+aur@marvid.fr>
+# Based on package by: Thomas Kinnen <thomas.kinnen@gmail.com>
+
+pkgname=ppd-toshiba-estudio5560c
+provides="ppd-toshiba-estudio5560c"
+pkgdesc="Printer only driver for the Toshiba e-STUDIO 5560c (and probably others)"
+url="http://www.eid.toshiba.com.au/n_driver_ebx_colour.asp"
+pkgver=1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('Propietary')
+depends=('cups')
+#makedepends=('unzip')
+source=('http://www.eid.toshiba.com.au/drivers/eBX/eBX_CUPS_Colour_V7.22.zip')
+install='ppd-toshiba-estudio5560c.install'
+md5sums=('2e450664cf34c8c4aed92fb76bf82d2d')
+
+package() {
+ cd ${pkgdir}
+ tar xf ${srcdir}/eBX_CUPS_Colour_V7.22/normal/TOSHIBA_ColorMFP_CUPS.tar
+}
+
diff --git a/ppd-toshiba-estudio5560c.install b/ppd-toshiba-estudio5560c.install
new file mode 100644
index 000000000000..93b37ed108c0
--- /dev/null
+++ b/ppd-toshiba-estudio5560c.install
@@ -0,0 +1,18 @@
+#arg1: new package version
+
+post_install() {
+ echo "Please note that once installed, the PPD appears in CUPS with the name "
+ echo "\"TOSHIBA ColorMFP\". Choose this one. "
+ echo ""
+ echo "You should also have to enter your own 5-digit key to be able to send "
+ echo "tasks to print. If you don't they will be retained on the print until "
+ echo "you go there and type in you key. "
+ echo ""
+ echo "You should also fill in which printer modules are installed (stitching "
+ echo "module for instance). "
+ echo ""
+ echo "Most of the options have been tested and work. "
+ echo ""
+ echo "This package (version $1) also installs an authenticating and mandatory"
+ echo "script so that the printer accepts your tasks. "
+}