Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 34900 Details for
Bug 46848
mouseemu ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mouseemu-0.12.ebuild
mouseemu-0.12.ebuild (text/plain), 1.10 KB, created by
DiskBreaker
on 2004-07-07 03:28:31 UTC
(
hide
)
Description:
mouseemu-0.12.ebuild
Filename:
MIME Type:
Creator:
DiskBreaker
Created:
2004-07-07 03:28:31 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Emulates scrollwheel, right- & left-click for one-button mice/touchpads" >HOMEPAGE="http://geekounet.org/powerbook/" >SRC_URI="http://geekounet.org/powerbook/files/${PN}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="-* ~ppc" >IUSE="" >DEPEND="" >RDEPEND="$DEPEND" > >src_unpack() { > unpack ${A} > mv ${WORKDIR}/${PN} ${WORKDIR}/${P} > epatch ${FILESDIR}/${P}-fix.diff >} > >src_compile() { > emake || die >} > >src_install() { > einstall || die > dobin mouseemu > dodoc README COPYING > exeinto /etc/init.d/; doexe mouseemu.init.gentoo > mv /etc/init.d/mouseemu.init.gentoo /etc/init.d/mouseemu > insinto /etc; doins mouseemu.conf >} > >pkg_postinst() { > einfo "For mouseemu to work you need uinput support in your kernel:" > einfo " CONFIG_INPUT_UINPUT=y" > einfo "(Device Drivers->Input device support->Misc->User level driver support)" > einfo "Don't forget to add mouseemu to your default runlevel:" > einfo " rc-update add mouseemu default" > einfo "Configuration is in /etc/mouseemu.conf." >}
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 46848
: 34900 |
34901