Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 210266 Details for
Bug 121671
Genuis wizardpen driver (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for version 0.7.1 of the wizardpen driver.
wizardpen-0.7.1.ebuild (text/plain), 2.33 KB, created by
David 'Bombe' Roden
on 2009-11-14 19:20:03 UTC
(
hide
)
Description:
Ebuild for version 0.7.1 of the wizardpen driver.
Filename:
MIME Type:
Creator:
David 'Bombe' Roden
Created:
2009-11-14 19:20:03 UTC
Size:
2.33 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit linux-mod eutils > >DESCRIPTION="Driver for Genius Wizardpen Tablets" >HOMEPAGE="http://code.google.com/p/linuxgenius/" >SRC_URI="http://gentoo.pterodactylus.net/distfiles/wizardpen-0.7.1.tar.bz2" > >DEPEND="" >RDEPEND="x11-base/xorg-server" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >RESTRICT="nomirror" > >src_unpack() { > if kernel_is 2 4; then > die "You must use 2.6.X kernel with ${PN}" > fi > if ! linux_chkconfig_module INPUT_EVDEV > then > if ! linux_chkconfig_present INPUT_EVDEV > then > eerror "${PN} requires evdev support for USB tablets" > eerror "In your .config: CONFIG_INPUT_EVDEV=y or CONFIG_INPUT_EVDEV=m" > eerror "Through 'make menuconfig':" > eerror "Device Drivers-> Input device support-> [*] Event interface or" > eerror "Device Drivers-> Input device support-> [M] Event interface" > eerror "" > eerror "If compiled as modules add evdev to /etc/modules.autoload/kernel-2.6" > die "Please build evdev support first" > fi > fi > if ! linux_chkconfig_present USB_HID > then > eerror "${PN} requires USB Human Interface Device support for USB tablets" > eerror "In your .config: CONFIG_USB_HID=y or CONFIG_USB_HID=m" > eerror "Through 'make menuconfig':" > eerror "Device Drivers-> USB support-> [*] USB Human Interface Device (full HID) support or" > eerror "Device Drivers-> USB support-> [M] USB Human Interface Device (full HID) support" > eerror "" > eerror "If compiled as modules add usbhid to /etc/modules.autoload/kernel-2.6" > die "Please build USB HID support first" > fi > unpack ${A} > cd ${S} >} > >src_compile() { > cd "${WORKDIR}/${PN}-${PV/_/-}" > econf || die "econf failed" > emake || die "emake failed" >} > >src_install() { > cd "${WORKDIR}/${PN}-${PV/_/-}" > exeinto /usr/lib/xorg/modules/drivers/ > doexe src/.libs/wizardpen_drv.so > > exeinto /usr/bin > doexe calibrate/wizardpen-calibrate > > dodoc README-XOrgConfig INSTALL > newdoc calibrate/readme README.calibrate > newdoc calibrate/ChangeLog ChangeLog.calibrate > > doman man/wizardpen.4 > > insinto /etc/hal/fdi/policy > newins ${FILESDIR}/wizardpen.fdi 45-wizardpen.fdi >} > >pkg_postinst() { > einfo "" > einfo "You can set tablet working area useing wizardpen-calibrate tool, see" > einfo "README and INSTALL files from /usr/share/doc/${P} for more details." > 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 121671
:
80130
|
80131
|
80132
| 210266 |
210268
|
277555