Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90297 Details for
Bug 138238
media-gfx/sane-pixma-0.11.3 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-gfx/sane-pixma/sane-pixma-0.11.3.ebuild
sane-pixma-0.11.3.ebuild (text/plain), 1.51 KB, created by
Colin Kiegel
on 2006-06-27 11:00:13 UTC
(
hide
)
Description:
media-gfx/sane-pixma/sane-pixma-0.11.3.ebuild
Filename:
MIME Type:
Creator:
Colin Kiegel
Created:
2006-06-27 11:00:13 UTC
Size:
1.51 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils flag-o-matic > >DESCRIPTION="Scanner utility and SANE backend for Canon PIXMA MP series" >HOMEPAGE="http://home.arcor.de/wittawat/pixma/" >RESTRICT="nomirror confcache" > >SRC_URI="${HOMEPAGE}/mp150-${PV}.tar.bz2 > ${HOMEPAGE}/mp150-${PV}a.patch" >LICENSE="as-is" > >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >DEPEND="media-gfx/sane-backends" > >src_unpack() { > unpack mp150-${PV}.tar.bz2 || die > epatch ${DISTDIR}/mp150-${PV}a.patch || die # apply before changing directory structure > mv mp150-${PV} ${P} || die # Correcting directory-structure >} > >src_compile() { > # The package doesn't contain any configure script! (?) > # econf || die > emake || die >} > >src_install() { > _libdir="usr/lib/sane/" > _bindir="usr/local/bin/" > mkdir -p ${D}${_bindir} ${D}${_libdir} > install -D scan "${D}${_bindir}pixmascan" || die > backenddir= install libsane-pixma.so "${D}${_libdir}libsane-pixma.so.1" || die > > #dllconf="${DESTDIR}/etc/sane.d/dll.conf" > #temp=`grep pixma "$dllconf"` > #if [ "$temp" != pixma ]; then > # einfo "Inserting the backend name 'pixma' into /etc/sane.d/dll.conf" > # echo pixma >> "$dllconf" > #fi >} > >pkg_postinst() { > einfo "" > einfo "Register this driver by" > einfo " 'echo pixma >> /etc/sane.d/dll.conf'" > einfo "" > einfo "You might need to set the permission of the device node in" > einfo " /dev/bus/usb or /proc/bus/usb." > einfo "" > einfo "You can now run 'pixmascan' at the command line" > einfo "" >}
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 138238
: 90297 |
130449
|
143285
|
155647