Install this version:
emerge -a =net-print/brother-hl3150cdw-bin-1.1.4
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit rpm linux-info multilib
DESCRIPTION="Brother printer driver for HL3140CW"
HOMEPAGE="http://support.brother.com"
SRC_URI="http://download.brother.com/welcome/dlf100427/hl3150cdwlpr-1.1.2-1.i386.rpm
http://download.brother.com/welcome/dlf100429/hl3150cdwcupswrapper-1.1.4-0.i386.rpm"
LICENSE="brother-eula GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="avahi"
RESTRICT="mirror strip"
DEPEND="net-print/cups
avahi? ( net-dns/avahi
sys-auth/nss-mdns )"
RDEPEND="${DEPEND}"
S=${WORKDIR}
pkg_setup() {
CONFIG_CHECK=""
if use amd64; then
CONFIG_CHECK="${CONFIG_CHECK} ~IA32_EMULATION"
if ! has_multilib_profile; then
die "This package CANNOT be installed on pure 64-bit system. You need multilib enabled."
fi
fi
linux-info_pkg_setup
}
src_unpack() {
rpm_unpack ${A}
}
src_install() {
dosbin "${WORKDIR}/usr/bin/brprintconf_hl3150cdw"
cp -r opt "${D}" || die
cp -r usr "${D}" || die
mkdir -p "${D}/usr/libexec/cups/filter" || die
( cd "${D}/usr/libexec/cups/filter/" && ln -s ../../../../opt/brother/Printers/hl3150cdw/lpd/filterhl3150cdw brother_lpdwrapper_hl3150cdw ) || die
mkdir -p "${D}/usr/share/cups/model" || die
( cd "${D}/usr/share/cups/model" && ln -s ../../../../opt/brother/Printers/hl3150cdw/cupswrapper/brother_hl3150cdw_printer_en.ppd ) || die
}
pkg_postinst() {
einfo "If you don't use avahi with nss-mdns, you'll have to use a static IP address in your printer configuration"
einfo "If you want to use a broadcasted name, add .local to it"
einfo "You can test if it's working with ping printername.local"
}
Manage flags for this package:
euse -i <flag> -p net-print/brother-hl3150cdw-bin |
euse -E <flag> -p net-print/brother-hl3150cdw-bin |
euse -D <flag> -p net-print/brother-hl3150cdw-bin
net-print/cups avahi? ( net-dns/avahi sys-auth/nss-mdns )
net-print/cups avahi? ( net-dns/avahi sys-auth/nss-mdns )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hl3150cdwcupswrapper-1.1.4-0.i386.rpm | 16444 bytes | http://download.brother.com/welcome/dlf100429/hl3150cdwcupswrapper-1.1.4-0.i386.rpm |
| DIST | hl3150cdwlpr-1.1.2-1.i386.rpm | 699220 bytes | http://download.brother.com/welcome/dlf100427/hl3150cdwlpr-1.1.2-1.i386.rpm |