diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:21 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:21 +0200 |
commit | 04ded008408788c5c14c89ef6fff9ba58132dd5c (patch) | |
tree | b3b826a4b3534a8055d961b6900754a5a923ca52 /misc | |
parent | e95fb3495f4a71fd6f79b09272a25fb98ec5a27e (diff) | |
download | slackbuilds-04ded008408788c5c14c89ef6fff9ba58132dd5c.tar.gz |
misc/iscan-firmware: Removed from 13.0 repository
Diffstat (limited to 'misc')
-rw-r--r-- | misc/iscan-firmware/README | 8 | ||||
-rw-r--r-- | misc/iscan-firmware/README.Slackware | 37 | ||||
-rw-r--r-- | misc/iscan-firmware/doinst.sh | 5 | ||||
-rw-r--r-- | misc/iscan-firmware/iscan-firmware.SlackBuild | 65 | ||||
-rw-r--r-- | misc/iscan-firmware/iscan-firmware.info | 8 | ||||
-rw-r--r-- | misc/iscan-firmware/slack-desc | 19 |
6 files changed, 0 insertions, 142 deletions
diff --git a/misc/iscan-firmware/README b/misc/iscan-firmware/README deleted file mode 100644 index f9cd800fe5..0000000000 --- a/misc/iscan-firmware/README +++ /dev/null @@ -1,8 +0,0 @@ -This is the firmware files for EPSON USB scanners, -which are required to get them to run with the -sane "snapscan" backend. - -After installing, you will have to read -/usr/doc/iscan-firmware-2.8.0.1/README.Slackware -and follow the instructions inside, or this package -will not work for you. diff --git a/misc/iscan-firmware/README.Slackware b/misc/iscan-firmware/README.Slackware deleted file mode 100644 index 791874fdb5..0000000000 --- a/misc/iscan-firmware/README.Slackware +++ /dev/null @@ -1,37 +0,0 @@ -README.Slackware 20071120 -rworkman@slackbuilds.org - -You will need to append the following to the /etc/sane.d/snapscan.conf -file on your system if it's not already there. Note that some (or all) -of these may already be present if this is an upgrade of iscan-firmware -or you've previously had it installed. - -You will have uncomment the entry for your scanner. - - -#-------------- EPSON Image Scan! for Linux Scanner-Firmware -------------- - -# Perfection 2480/2580 PHOTO (esfw41.bin) -#firmware /usr/share/iscan/esfw41.bin - -# Perfection 3170 PHOTO (esfw32.bin) -#firmware /usr/share/iscan/esfw32.bin - -# Perfection 3490/3590 PHOTO (esfw52.bin) -#firmware /usr/share/iscan/esfw52.bin - -# Perfection 4180 PHOTO (esfw43.bin) -#firmware /usr/share/iscan/esfw43.bin - -# Perfection 4490 PHOTO (esfw54.bin) -#firmware /usr/share/iscan/esfw54.bin - -# Perfection V10/V100 PHOTO (esfw66.bin) -#firmware /usr/share/iscan/esfw66.bin - -# Perfection V350 PHOTO (esfw68.bin) -#firmware /usr/share/iscan/esfw68.bin - -# Perfection V200 PHOTO (esfw7A.bin) -#firmware /usr/share/iscan/esfw7A.bin - diff --git a/misc/iscan-firmware/doinst.sh b/misc/iscan-firmware/doinst.sh deleted file mode 100644 index ee39ba83e6..0000000000 --- a/misc/iscan-firmware/doinst.sh +++ /dev/null @@ -1,5 +0,0 @@ -echo -echo Be sure to read /usr/doc/iscan-firmware-2.8.0.1/README.Slackware -echo for instructions on adding support for loading firmware to your -echo /etc/sane.d/snapscan.conf file. -echo diff --git a/misc/iscan-firmware/iscan-firmware.SlackBuild b/misc/iscan-firmware/iscan-firmware.SlackBuild deleted file mode 100644 index b008405782..0000000000 --- a/misc/iscan-firmware/iscan-firmware.SlackBuild +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh - -# Slackware build script for iscan-firmware - -# Copyright 2006-2007 Manuel Reimer (Manuel.Reimer@gmx.de) -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=iscan-firmware -VERSION=2.8.0.1 -RPMBUILD=11 # <-- This is the build number used by OpenSuSE in their RPM -ARCH=${ARCH:-noarch} -BUILD=${BUILD:-2} -TAG=${TAG:-_SBo} -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -mkdir $PRGNAM-$VERSION -cd $PRGNAM-$VERSION -rpm2cpio $CWD/$PRGNAM-$VERSION-$RPMBUILD.noarch.rpm | cpio -imdv -chown -R root:root . -chmod -R u+w,go+r-w,a-s . -cd usr/share - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -# All license files are in the directory of the "iscan-plugin-gt-f520-1.0.0" -# and we only need them once -cp -a doc/packages/iscan-firmware/iscan-plugin-gt-f520-1.0.0/* \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/README.Slackware > $PKG/usr/doc/$PRGNAM-$VERSION/README.Slackware -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/usr/share/iscan -cp -a iscan/* $PKG/usr/share/iscan - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/misc/iscan-firmware/iscan-firmware.info b/misc/iscan-firmware/iscan-firmware.info deleted file mode 100644 index d3f51b76e7..0000000000 --- a/misc/iscan-firmware/iscan-firmware.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="iscan-firmware" -VERSION="2.8.0.1" -HOMEPAGE="http://www.avasys.jp/english/linux_e/index.html" -DOWNLOAD="http://download.opensuse.org/distribution/10.3/repo/non-oss/suse/noarch/iscan-firmware-2.8.0.1-11.noarch.rpm" -MD5SUM="a6df3bdd35b12cd784b4439fb0b6524c" -MAINTAINER="Manuel Reimer" -EMAIL="Manuel.Reimer@gmx.de" -APPROVED="rworkman" diff --git a/misc/iscan-firmware/slack-desc b/misc/iscan-firmware/slack-desc deleted file mode 100644 index 2e2924b86c..0000000000 --- a/misc/iscan-firmware/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -iscan-firmware: iscan-firmware (firmware files for EPSON USB scanners) -iscan-firmware: -iscan-firmware: This is the firmware files for EPSON USB scanners, which are -iscan-firmware: required to get them to run with the sane "snapscan" backend. -iscan-firmware: -iscan-firmware: After installing, you have to uncomment the line which matches -iscan-firmware: for your scanner in the file "/etc/sane.d/snapscan.conf". -iscan-firmware: -iscan-firmware: -iscan-firmware: -iscan-firmware: |