Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40866 Details for
Bug 59665
ltmodem 2.6 driver has been updated
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ltmodem-8.31_alpha8.ebuild
ltmodem-8.31_alpha8.ebuild (text/plain), 2.15 KB, created by
Alin Năstac (RETIRED)
on 2004-10-01 09:17:46 UTC
(
hide
)
Description:
ltmodem-8.31_alpha8.ebuild
Filename:
MIME Type:
Creator:
Alin Năstac (RETIRED)
Created:
2004-10-01 09:17:46 UTC
Size:
2.15 KB
patch
obsolete
>inherit kernel-mod > >MY_P="${P/_alpha/a}" >DESCRIPTION="Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets" >HOMEPAGE="http://www.heby.de/ltmodem/" >SRC_URI="http://www.physcip.uni-stuttgart.de/heby/ltmodem/${MY_P}.tar.gz > http://www.sfu.ca/~cth/ltmodem/${MY_P}.tar.gz > http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/ltmodem-2.6-alk-4a.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >RESTRICT="nouserpriv" > >DEPEND="virtual/linux-sources > sys-apps/util-linux" > >S=${WORKDIR}/${MY_P} > >src_compile() { > if kernel-mod_is_2_4_kernel; then > sed -i -e 's:make -e:make:' -e 's:read -p:echo:' build_module > FAST="1" ./build_module ${KV} || die "Compilation filed" > else > cd ../ltmodem-2.6-alk-4/ > unset ARCH > addwrite /usr/src/linux-${KV} > sed -i -e "s:linux-2.6:linux:" Makefile > make || die "Compilation failed" > fi >} > >src_install() { > # install docs > cd DOCs > dohtml *.html > > rm -rf *.html Installers build* Build* gcc3.txt Examples Suse* > rm -rf fixscript* slackware srcprep.man scanmodem.man conf* > > rename .man .1 *.man > doman *.1 > rm -rf *.1 > > dodoc ../1ST-READ * > cd .. > > # install utilities > mv utils/unloading utils/lt_unloading > dosbin utils/lt_* > > # install configuration > insinto /etc/devfs.d > newins ${FILESDIR}/ltmodem_devfs ltmodem > insinto /etc/modules.d > newins ${FILESDIR}/ltmodem_modules ltmodem > > # install kernel module > if kernel-mod_is_2_4_kernel; then > cd source > make install ROOTDIR=${D} || die "Cannot install drivers" > else > cd ${WORKDIR}/ltmodem-2.6-alk-4/ > insinto /lib/modules/${KV}/ltmodem > doins ltmodem.ko && doins ltserial.ko || die "Cannot install drivers" > fi >} > >pkg_postinst() { > [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules > depmod -ae ${KV} > > # Make some devices if we aren't using devfs > if [ -e ${ROOT}/dev/.devfsd ]; then > ebegin "Restarting devfsd to reread devfs rules" > killall -HUP devfsd > eend $? > einfo "modules-update to complete configuration." > > elif [ -e ${ROOT}/dev/.udev ]; then > ebegin "Restarting udev to reread udev rules" > udevstart > eend $? > fi > > einfo "Use /dev/tts/LT0 to access modem" > einfo "If you have problems, read this doc:" > einfo "/usr/share/doc/${PF}/html/post-install.html" >}
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 59665
:
36927
| 40866 |
40867
|
40868