Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 149007 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.13-r1.ebuild
gudedcf-2.13-r1.ebuild (text/plain), 981 bytes, created by
Bruno Redondi
on 2008-04-07 17:25:33 UTC
(
hide
)
Description:
gudedcf-2.13-r1.ebuild
Filename:
MIME Type:
Creator:
Bruno Redondi
Created:
2008-04-07 17:25:33 UTC
Size:
981 bytes
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/driver/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} > >MODULE_NAMES="gude_dcf(kernel/drivers/usb/serial::build)" > >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}/${P}.diff >} > >src_compile() { > ARCH="$(tc-arch-kernel)" > emake >} > >src_install() { > linux-mod_src_install > 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