Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 124605 Details for
Bug 185028
?/picopar: Picotech Parport ADC 1x, 2x, 4x and 10x data loggers kernel driver.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The picopar driver ebuild
picopar-20041012.ebuild (text/plain), 1.07 KB, created by
Angelo Arrifano (RETIRED)
on 2007-07-12 04:24:04 UTC
(
hide
)
Description:
The picopar driver ebuild
Filename:
MIME Type:
Creator:
Angelo Arrifano (RETIRED)
Created:
2007-07-12 04:24:04 UTC
Size:
1.07 KB
patch
obsolete
>inherit linux-mod > >DESCRIPTION="picopar driver for picotech ADC 1x 2x 4x and 10x products" >HOMEPAGE="http://www.picotech.com/linux.html" >SRC_URI="http://www.picotech.com/software/linux/picopar-2004-10-12.tgz" > >LICENSE="GPL-2" >KEYWORDS="~x86 ~amd64" >IUSE="examples perl" > >MODULE_NAMES="picopar(extra::kernel)" > >if use perl; then > BUILD_TARGETS="kernel picoread mkpicoph" >else > BUILD_TARGETS="kernel picoread" >fi > >src_unpack() >{ > mkdir ${S} > cd ${S} > unpack ${A} >} > >pkg_setup() { > linux-mod_pkg_setup >} > >src_install() { > linux-mod_src_install > > insinto /usr/include > doins kernel/pico_lnx.h > > dobin picoread/picoread > > if use perl; then > insinto perl > #TODO: COPY picolnx.ph to perl include dir > fi > > dodoc README.TXT COPYING > if use examples; then > docinto test > dodoc test/*.c > docinto perl > dodoc perl/*.pl > fi >} > >pkg_postinst() { > linux-mod_pkg_postinst > > mknod /dev/picopar0 c 242 0 > mknod /dev/picopar1 c 242 1 > mknod /dev/picopar2 c 242 2 > > elog "To quickly start using your ADC run picoread." >} > >pkg_postrm() { > rm -f /dev/picopar0 > rm -f /dev/picopar1 > rm -f /dev/picopar2 >}
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 185028
: 124605