Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 107836 Details for
Bug 163325
Ebuild wrapper for Samsung SCX-4200 MFP binary drivers.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-misc/smfp-scx4200-bin/smfp-scx4200-bin-2.00.92.ebuild
smfp-scx4200-bin-2.00.92.ebuild (text/plain), 2.39 KB, created by
Serhij S. Stasyuk
on 2007-01-22 21:20:54 UTC
(
hide
)
Description:
app-misc/smfp-scx4200-bin/smfp-scx4200-bin-2.00.92.ebuild
Filename:
MIME Type:
Creator:
Serhij S. Stasyuk
Created:
2007-01-22 21:20:54 UTC
Size:
2.39 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Ebuild wrapper for Samsung SCX-4200 MFP binary drivers." >HOMEPAGE="http://samsung.com/Products/PrinterandMultifunction/MultifunctionProducts/SCX_4200XAA.asp" >SRC_URI="http://downloadcenter.samsung.com/content/DR/200701/20070110181304562_UnifiedLinuxDriver.tar.gz >fix-nopar? >(http://jacobo.tarrio.org/files/soft/scx/fix-nopar-scx4200-2.00.92-2007011301.tar.gz)" > >LICENSE="" >SLOT="0" >KEYWORDS="~x86 ~amd64 -*" >IUSE="fix-nopar" > >DEPEND="" >RDEPEND="net-print/cups > media-gfx/sane-backends > virtual/ghostscript" > ># need to use some script to find out best arch to use (i386 or x86_64) >MFP_ARCH="i386" > >src_install() { > cd ${WORKDIR} > #usev fix-nopar > if use fix-nopar > then > dolib.so fix-nopar/${MFP_ARCH}/libmfp.so.1.0.1 > else > dolib.so cdroot/Linux/${MFP_ARCH}/at_root/usr/lib/libmfp.so.1.0.1 > fi > dosym libmfp.so.1.0.1 /usr/lib/libmfp.so.1 > dosym libmfp.so.1.0.1 /usr/lib/libmfp.so > > exeinto /usr/lib/sane > doexe cdroot/Linux/${MFP_ARCH}/at_root/usr/lib/sane/libsane-smfp.so.1.0.1 > dosym libsane-smfp.so.1.0.1 /usr/lib/sane/libsane-smfp.so.1 > dosym libsane-smfp.so.1.0.1 /usr/lib/sane/libsane-smfp.so > > insinto /etc/sane.d > doins cdroot/Linux/noarch/at_root/etc/sane.d/smfp.conf > # code from samsung install.sh > if ! grep -q '^smfp$' /etc/sane.d/dll.conf > then > dodir /etc/sane.d > cp -dapr /etc/sane.d/dll.conf ${D}/etc/sane.d/dll.conf > echo "smfp" >> ${D}/etc/sane.d/dll.conf > # Here they comment out geniusvp2 backend. If it is really needed we can > # copy those code here > fi > > #cdroot/Linux/${MFP_ARCH}/at_root/usr/lib/cups => /usr/libexec/cups > # here we have backend/mfp and > # filter/{pscms,rastertosamsungpcl,rastertosamsungspl,rastertosamsungsplc} > dodir /usr/libexec/cups > cp -dapr cdroot/Linux/${MFP_ARCH}/at_root/usr/lib/cups ${D}/usr/libexec > > #cdroot/Linux/noarch/at_opt/share/ppd/scx4200.ppd => /usr/share/cups/model > insinto /usr/share/cups/model > doins cdroot/Linux/noarch/at_opt/share/ppd/scx4200.ppd > # there a lot of ppds there, but I think we should install ppd with its own > # driver > > # also there is a lot of other stuff there, but I don't know what for all of > # them, so I don't install it cdroot/Linux/${MFP_ARCH}/at_opt/bin/Configurator > # says while running "WARNING: configuration file not found" but I don't know > # what this configurator for, so also don't install it >}
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 163325
: 107836