Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29356 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]
half-finished 2.9.6 ebuild
slmodem-2.9.6.ebuild (text/plain), 1.38 KB, created by
Simon Cooper
on 2004-04-15 11:33:23 UTC
(
hide
)
Description:
half-finished 2.9.6 ebuild
Filename:
MIME Type:
Creator:
Simon Cooper
Created:
2004-04-15 11:33:23 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-dialup/slmodem/slmodem-2.7.14.ebuild,v 1.4 2003/12/14 12:42:26 spyderous Exp $ > >inherit kernel-mod > >DESCRIPTION="Driver for Smart Link modem" >HOMEPAGE="http://www.smlink.com/" >SRC_URI="ftp://ftp.smlink.com/linux/unsupported/${P}.tar.gz" >LICENSE="Smart-Link" >SLOT="0" >KEYWORDS="x86" >IUSE="alsa" >RDEPEND="virtual/glibc" > >src_unpack() { > unpack ${A} >} > >src_compile() { > emake || die >} > >src_install() { > make install DESTDIR=${D} || die > > dodoc README README.1st COPYING Changes > > exeinto /usr/sbin > doexe slmodemd > > # Install /etc/{devfs,modules}.d/slmodem files > insinto /etc/devfs.d/; newins ${FILESDIR}/${PN}-2.7.devfs ${PN} > insinto /etc/modules.d/; newins ${FILESDIR}/${PN}-2.7.modules ${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/modules.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