Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174072 Details for
Bug 248923
Ebuilds for Brother DCP-7010 LPR driver and CUPS wrapper.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for the lpr Driver
brother_dcp7010_lpr-2.0.1.ebuild (text/plain), 1.40 KB, created by
Christian Häßler
on 2008-12-02 13:50:37 UTC
(
hide
)
Description:
Ebuild for the lpr Driver
Filename:
MIME Type:
Creator:
Christian Häßler
Created:
2008-12-02 13:50:37 UTC
Size:
1.40 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit rpm multilib > >DESCRIPTION="Brother DCP-7010 LPR print drivers" >HOMEPAGE="http://solutions.brother.com/linux/en_us/index.html" >SRC_URI="brdcp7010lpr-2.0.1-1.i386.rpm" > >LICENSE="Brother" >SLOT="0" >KEYWORDS=" ~x86" >IUSE="" >RESTRICT="fetch strip" > >DEPEND="net-print/cups > app-arch/rpm" >RDEPEND="${DEPEND}" > >DOWNLOAD_URL="http://www.brother.com/cgi-bin/agreement/agreement.cgi?dlfile=http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/lpr_others/brdcp7010lpr-2.0.1-1.i386.rpm&lang=English_lpr" > >pkg_nofetch() { > einfo "Please download ${A} from ${DOWNLOAD_URL}." > einfo "Select 'I Accept' and move the file to ${DISTDIR}." >} > >src_unpack() { > [ ! -r "${DISTDIR}/${A}" ] && die "Error reading ${A}." > rpm_unpack "${DISTDIR}/${A}" || die "Error unpacking ${A}." >} > >src_install() { > has_multilib_profile && ABI=x86 > INSTDIR="/opt/Brother" > > dosym ${INSTDIR} /usr/local/Brother > dobin usr/bin/brprintconfiglpr2 usr/bin/brprintconflsr2 > dolib usr/lib/libbrcomplpr2.so > dodir "${INSTDIR}/inf" > dodir "${INSTDIR}/lpd" > > mv usr/local/Brother/inf/{braddprinter,brDCP7010func,brDCP7010rc,paperinf, setupPrintcap} "${D}${INSTDIR}/inf" > mv usr/local/Brother/lpd/{filterDCP7010,psconvert2,rawtobr2} "${D}${INSTDIR}/lpd" > > echo "DCP7010" >> ${D}${INSTDIR}/inf/brPrintList > > dodir /var/spool/lpd/DCP7010 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 248923
:
174071
| 174072