Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29738 Details for
Bug 47947
slmodem-2.9.9 (was slmodem-2.9.6 half-ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild
slmodem-2.9.6.ebuild (text/plain), 1.56 KB, created by
Mark Wagner
on 2004-04-21 02:21:03 UTC
(
hide
)
Description:
Ebuild
Filename:
MIME Type:
Creator:
Mark Wagner
Created:
2004-04-21 02:21:03 UTC
Size:
1.56 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/mark/project/cvs/portage/net-dialup/slmodem/slmodem-2.9.6.ebuild,v 1.1 2004/04/21 09:12:58 mark Exp $ > >DESCRIPTION="Driver for Smart Link modem" >HOMEPAGE="http://www.smlink.com/" >MY_P="${P}" >SRC_URI="ftp://ftp.smlink.com/linux/unsupported/${MY_P}.tar.gz" >LICENSE="Smart-Link" >SLOT="0" >KEYWORDS="x86" >IUSE="" >RDEPEND="virtual/glibc" >S="${WORKDIR}/${MY_P}" > >src_unpack() { > unpack ${A} > epatch ${FILESDIR}/${PF}-makefile-fixup.patch >} > >src_compile() { > unset ARCH > emake || die >} > >src_install() { > unset ARCH > make install || die > > dodoc COPYING Changes README README.1st > > # Install /etc/{devfs,modules,init,conf}.d/slmodem files > insinto /etc/devfs.d/; newins ${FILESDIR}/${PN}-2.9.devfs ${PN} > insinto /etc/modules.d/; newins ${FILESDIR}/${PN}-2.9.modules ${PN} > insinto /etc/conf.d/; newins ${FILESDIR}/${PN}-2.9.conf ${PN} > insopts -m0755; insinto /etc/init.d/; newins ${FILESDIR}/${PN}-2.9.init ${PN} >} > >pkg_postinst() { > # Make some devices if we aren't using devfs > # If we are using devfs, restart it > if [ ! -e ${ROOT}dev/.devfsd ] > then > ebegin "Creating /dev/ttySL* devices" > local C="0" > while [ "${C}" -lt "4" ] > do > if [ ! -c ${ROOT}dev/ttySL${C} ] > then > mknod ${ROOT}dev/ttySL${C} c 212 0 > fi > C="`expr $C + 1`" > done > eend 0 > else > ebegin "Restarting devfsd to create /dev/modem symlink" > killall -HUP devfsd > eend 0 > fi > > echo > einfo "You must edit /etc/conf.d/${PN} and run" > einfo "modules-update to complete configuration." >}
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 47947
:
29356
|
29623
|
29625
| 29738 |
29739
|
29740
|
29741
|
29742
|
29743
|
32292
|
32293
|
32775
|
32916
|
32917
|
33400
|
33431
|
33432
|
33468
|
33470
|
33516