Package Details: brother-mfcl2740dw-cups-bin 3.2.0-1

Git Clone URL: https://aur.archlinux.org/brother-mfcl2740dw-cups-bin.git (read-only, click to copy)
Package Base: brother-mfcl2740dw-cups-bin
Description: CUPS wrapper for Brother MFC-L2740DW printer
Upstream URL: https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=mfcl2740dw_us_eu_as
Licenses: EULA
Groups: base-devel
Submitter: orangesnowfox
Maintainer: orangesnowfox
Last Packager: orangesnowfox
Votes: 0
Popularity: 0.000000
First Submitted: 2020-11-16 00:53 (UTC)
Last Updated: 2020-11-16 00:53 (UTC)

Latest Comments

bhartshorn commented on 2023-08-04 02:09 (UTC)

Can I recommend modifying the build section to something like this, per the wiki talk page on brother drivers? https://wiki.archlinux.org/title/Talk:Packaging_Brother_printer_drivers

I've tested it to confirm it's functioning.

package() {
    tar -xf data.tar.gz -C "${pkgdir}"
    mkdir -p -m 755 "${pkgdir}"/usr/share/cups/model
    mkdir -p -m 755 "${pkgdir}"/usr/lib/cups/filter
    ln -s /opt/brother/Printers/MFCL2740DW/cupswrapper/brother-MFCL2740DW-cups-en.ppd "${pkgdir}"/usr/share/cups/model/brother-MFCL2740DW-cups-en.ppd
    ln -s /opt/brother/Printers/MFCL2740DW/cupswrapper/brother_lpdwrapper_MFCL2740DW "${pkgdir}"/usr/lib/cups/filter/brother_lpdwrapper_MFCL2740DW
}