Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 112422 Details for
Bug 169774
net-misc/gudedcf-2.11 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gudedcf-2.11.ebuild
gudedcf-2.11.ebuild (text/plain), 1.08 KB, created by
Bruno Redondi
on 2007-03-07 14:58:11 UTC
(
hide
)
Description:
gudedcf-2.11.ebuild
Filename:
MIME Type:
Creator:
Bruno Redondi
Created:
2007-03-07 14:58:11 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils linux-mod > >DESCRIPTION="Gude Expert mouseCLOCK USB linux driver" >HOMEPAGE="http://www.gude.info/english/frame-mouseclock-usb-only.htm" >SRC_URI="http://www.gude.info/files/MouseCLOCK_USB/linux/gudedcf_v${PV}_Kernel_2.6.x.tgz" > >LICENSE="" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >RESTRICT="nomirror" > >RDEPEND="virtual/modutils" >DEPEND="virtual/linux-sources" > >S=${WORKDIR}/${PN} > >pkg_setup() { > linux-mod_pkg_setup > kernel_is 2 4 && die "kernel 2.4 is not supported by this ebuild." > linux_chkconfig_present USB || die "USB support not detected!" >} > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/gude_dcf.patch >} > >src_compile() { > myARCH=${ARCH} > ARCH="$(tc-arch-kernel)" > emake > ARCH="${myARCH}" >} > >src_install() { > myARCH=${ARCH} > ARCH="$(tc-arch-kernel)" > insinto /lib/modules/${KV_FULL}/kernel/drivers/usb/serial/ > doins build/gude_dcf.${KV_OBJ} > ARCH="${myARCH}" > insinto /etc/udev/rules.d/ > doins 60-gudedcf.rules >} > >pkg_postinst() { > linux-mod_pkg_postinst >} >
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 169774
:
112422
|
112423
|
149007
|
149008