Merge pull request #348 from onekk/master

brother-dcp197c-lpr: first commit driver for brother dcp197c
This commit is contained in:
Juan RP 2014-04-19 08:29:48 +02:00
commit e38e349db0
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,6 @@
case "${ACTION}" in
post)
mkdir -p /var/spool/lpd
/opt/brother/Printers/dcp197c/inf/setupPrintcapij dcp197c -i
;;
esac

View File

@ -0,0 +1,26 @@
# Template file for 'brother-dcp197c-lpr'
pkgname=brother-dcp197c-lpr
version=1.1.3
revision=1
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
homepage="http://support.brother.com/g/b/index.aspx"
license="GPL-2"
short_desc="LPR driver for the brother DCP-197C printer/scanner"
distfiles="http://download.brother.com/welcome/dlf005403/dcp197clpr-${version}-1.i386.deb"
checksum="e6427ae596f0f65ca2d39167fe42a4a79c0b254b1f16bd282a2b245db56f4ea1"
only_for_archs="i686 x86_64"
create_wksrc=yes
makedepends="a2ps ghostscript"
depends="${makedepends}"
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
depends+=" glibc-32bit"
fi
do_extract() {
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/dcp197clpr-${version}-1.i386.deb
}
do_install(){
mkdir -p ${DESTDIR}
tar xzpvf data.tar.gz -C ${DESTDIR}
}