Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42700 Details for
Bug 65156
Ebuild for foo2zjs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
foo2zjs-20041023.ebuild
foo2zjs-20041023.ebuild (text/plain), 2.06 KB, created by
Robert Führicht
on 2004-10-27 09:28:50 UTC
(
hide
)
Description:
foo2zjs-20041023.ebuild
Filename:
MIME Type:
Creator:
Robert Führicht
Created:
2004-10-27 09:28:50 UTC
Size:
2.06 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils flag-o-matic > >DESCRIPTION="Support for printing to ZjStream-based printers" >HOMEPAGE="http://foo2zjs.rkkda.com/" >SRC_URI="http://foo2zjs.rkkda.com/${PN}.tar.gz > getweb? ( > ftp://ftp.minolta-qms.com/pub/crc/out_going/win/m23dlicc.exe > ftp://ftp.minolta-qms.com/pub/crc/out_going/win2000/m22dlicc.exe > ftp://ftp.minolta-qms.com/pub/crc/out_going/windows/cpplxp.exe > ftp://192.151.53.86/pub/softlib/software2/COL2222/lj-10067-2/lj1005hostbased-en.exe > ftp://ftp.hp.com/pub/softlib/software1/lj1488/lj-1145-2/lj1488en.exe > )" >RESTRICT="nomirror" >LICENSE="GPL-2" >SLOT="0" >IUSE="cups foomaticdb getweb usb nomultilib" >DEPEND="cups? ( net-print/cups ) > foomaticdb? ( net-print/foomatic ) > usb? ( sys-apps/hotplug )" >KEYWORDS="-* ~x86 ~amd64" >S=${WORKDIR}/${PN} > >src_unpack() { > unpack ${PN}.tar.gz > > epatch ${FILESDIR}/${P}-Makefile.patch > epatch ${FILESDIR}/hp-printer-udev.patch > > # link getweb files in ${S} to get unpacked > # sed takes out the first entry > if use getweb ; then > for i in $(echo ${A} | sed "s/^.[a-z0-9.]* //") > do > ln -s ${DISTDIR}/${i} ${S} > done > fi > > cd ${S} >} > >src_compile() { > # unpack the firmware > if use getweb ; then > emake getweb || die "Failed building getweb script" > # remove wget as we got the firmware with portage > sed -si "s/.*wget.*//" getweb > ./getweb all > fi > emake || die >} > >src_install() { > dodir /usr/bin > > use usb && dodir \ > /etc/hotplug/usb > > use foomaticdb && dodir \ > /usr/share/foomatic/db/source/driver \ > /usr/share/foomatic/db/source/printer \ > /usr/share/foomatic/db/source/opt > > use cups && dodir /usr/share/cups/model > > einstall \ > PREFIX=${D}/usr \ > USBDIR=${D}/etc/hotplug/usb \ > install-hotplug || die > > # install the user map to get the firmware loaded automatically > cat >${D}/etc/hotplug/usb/hplj.usermap<<EOF >hplj1000 0x0003 0x03f0 0x0517 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000 >hplj1005 0x0003 0x03f0 0x1317 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000 >EOF >}
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 65156
:
40264
|
40265
|
40266
|
40316
|
40317
|
40604
|
40605
|
40606
|
40883
|
42700
|
44146
|
44147