Merge pull request #363 from onekk/master

brother-brscan3: modified template file and deleted udev rule
This commit is contained in:
Juan RP 2014-04-27 17:55:04 +02:00
commit 3f4d57636d
2 changed files with 2 additions and 8 deletions

View file

@ -1,5 +0,0 @@
# This file use the libsane_matched routine in 53-sane.rules
# For Brother Brscan3
ATTR{idVendor}=="04f9", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"

View file

@ -1,13 +1,13 @@
# Template file for 'brother-brscan3'
pkgname=brother-brscan3
version=0.2.11
revision=1
revision=2
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
homepage="http://support.brother.com/g/b/index.aspx"
license="GPL-2"
short_desc=" Scanner driver for the brother DCP-197C printer/scanner"
only_for_archs="i686 x86_64"
makedepends="brother-dcp197c-lpr brother-dcp197c-cupswrapper cups sane"
makedepends="sane-devel"
depends="${makedepends}"
create_wksrc=yes
@ -40,5 +40,4 @@ do_install(){
ln -sf /usr/lib/libbrscandec3.so.1.0.0 ${DESTDIR}/usr/lib/libbrscandec3.so
vmkdir /opt/Brother
vcopy "./usr/local/Brother/*" /opt/Brother/
vinstall ${FILESDIR}/60-brother-brscan3.rules 644 usr/lib/udev/rules.d
}