Hallo. Needing some help.
I am running Manjaro xfce4
There are no installation files in AUR for my Brother hl1212w.
I found a topic -in arch-: “Packaging Brother printer drivers” (the formum does not allow me to paste links).
Does anybody know if that works in Manjaro?
I have already built the PKGBUILD as the article suggests (still didn’t try to run them -first timer in doing that-):
**PKBUILD LPR
Maintainer: Tim Cassels ********
pkgname=brother-hl1212w-lpr-bin
pkgver=3.0.1
pkgrel=1
pkgdesc=“LPR driver for Brother HL-1212w printer”
arch=(“i686” “x86_64”)
url="**"
license=(“EULA”)
groups=(“base-devel”)
source=("")
md5sums=(“00aa4739eef05a882ba78a071ef7cf99”)
package() {
tar -xf data.tar.gz -C “${pkgdir}”
}
**PKBUILD CUPS
Maintainer: Tim Cassels ******
pkgname=brother-hl1212w-cups-bin
pkgver=3.0.1
pkgrel=1
pkgdesc=“CUPS wrapper for Brother HL-1212w printer”
arch=(“i686” “x86_64”)
url=“"
license=(“EULA”)
groups=(“base-devel”)
source=("*”)
md5sums=(“740a9efab40e65b3024917c1a49022fd”)
package() {
tar -xf data.tar.gz -C “${pkgdir}”
}
Any suggestions? (now I am supposed to makepkg them…).
Thanks,
R.