Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18364 Details for
Bug 29676
ebuild for omnibook kernel module
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for the omnibook module
omnibook-20030828.ebuild (text/plain), 692 bytes, created by
Frank Zschockelt
on 2003-09-26 08:00:16 UTC
(
hide
)
Description:
ebuild for the omnibook module
Filename:
MIME Type:
Creator:
Frank Zschockelt
Created:
2003-09-26 08:00:16 UTC
Size:
692 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >MY_PV="2003-08-28" >DESCRIPTION="Kernel module for omnibook notebooks" >HOMEPAGE="http://sourceforge.net/projects/omke/" > >SRC_URI="mirror://sourceforge/omke/$PN-$MY_PV.tar.gz" > >LICENSE="GPL-2" >SLOT="0" > >KEYWORDS="~x86" >IUSE="" >DEPEND="" > >S=${WORKDIR}/$PN-$MY_PV > >src_unpack() { > check_KV > unpack ${A} > > einfo "Building for Kernel ${KV}" > > cd ${S} >} > >src_compile() { > make clean > make || die >} > >src_install() { > dodir /lib/modules/${KV}/drivers/char/omnibook > insinto /lib/modules/${KV}/drivers/char/omnibook > doins ${S}/omnibook.o > > dodoc doc/* >} > >pkg_postinst() { > depmod -a >}
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 29676
:
18364
|
18365