Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 34454 Details for
Bug 52001
CAPI4k-utils doesnt work with newest kernel 2.6 needs updated version
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for capi4k-utils-20040614
capi4k-utils-20040614.ebuild (text/plain), 1.96 KB, created by
spiralvoice
on 2004-06-29 16:15:22 UTC
(
hide
)
Description:
Ebuild for capi4k-utils-20040614
Filename:
MIME Type:
Creator:
spiralvoice
Created:
2004-06-29 16:15:22 UTC
Size:
1.96 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/capi4k-utils/capi4k-utils-20030616.ebuild,v 1.2 2003/11/24 13:48:07 lanius Exp $ > >YEAR_PV=${PV:0:4} >MON_PV=${PV:4:2} >DAY_PV=${PV:6:2} > >MY_P=${PN}-${YEAR_PV}-${MON_PV}-${DAY_PV} > >S=${WORKDIR}/${PN} >DESCRIPTION="Capi4Linux Utils" >SRC_URI="ftp://ftp.in-berlin.de/pub/capi4linux/${MY_P}.tar.gz ftp://ftp.in-berlin.de/pub/capi4linux/OLD/${MY_P}.tar.gz" >HOMEPAGE="ftp://ftp.in-berlin.de/pub/capi4linux/" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" > >DEPEND="virtual/linux-sources > sys-devel/automake" > >src_compile() { > echo "CONFIG_DATADIR='/usr/share'" >> .config > echo "#" > .config > echo "# Automatically generated by emerge: don't edit" >> .config > echo "#" >> .config > echo "CONFIG_KERNELDIR='/usr/src/linux'" >> .config > echo "CONFIG_BINDIR='/usr/bin'" >> .config > echo "CONFIG_SBINDIR='/usr/sbin'" >> .config > echo "CONFIG_MANDIR='/usr/man'" >> .config > echo "CONFIG_AVMCAPICTRL=y" >> .config > echo "CONFIG_CAPIFAX=y" >> .config > echo "CONFIG_RCAPID=y" >> .config > echo "CONFIG_PPPDCAPIPLUGIN=y" >> .config > emake subconfig || die > emake || die >} > >src_install() { > dodir /dev > emake install DESTDIR=${D} || die > rm -rf ${D}/dev > newdoc rcapid/README README.rcapid > newdoc pppdcapiplugin/README README.pppdcapiplugin > docinto examples.pppdcapiplugin; dodoc pppdcapiplugin/examples/* > exeinto /etc/init.d > doexe ${FILESDIR}/capi > insinto /etc > insopts -m 0600 > doins capiinit/capi.conf >} > >pkg_postinst() { > einfo "To use isdn4linux with CAPI replace" > einfo "I4L_MODULE=\"hisax\" with I4L_MODULE=\"capidrv\"," > einfo "start /etc/init.d/capi and load the module" > einfo "capidrv." > einfo "" > einfo "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):" > einfo "Please download the latest firmware from" > einfo "ftp://ftp.in-berlin.de/pub/capi4linux and copy the files " > einfo "to /usr/lib/isdn and check your /etc/capi.conf file" > 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 52001
:
32002
|
34454
|
34468
|
34488
|
34489
|
35184
|
37178
|
37410