Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71890 Details for
Bug 111179
hsfmodem-7.18.00.07.ebuild (updated version)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hsfmodem-7.18.00.07.ebuild
hsfmodem-7.18.00.07.ebuild (text/plain), 1.40 KB, created by
Douglas Robertson
on 2005-11-01 12:21:02 UTC
(
hide
)
Description:
hsfmodem-7.18.00.07.ebuild
Filename:
MIME Type:
Creator:
Douglas Robertson
Created:
2005-11-01 12:21:02 UTC
Size:
1.40 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >#The document is the same as in hcfpcimodem, even if it has a different URL >MY_DOC="100498D_RM_HxF_Released.pdf" > >DESCRIPTION="Linuxant's modem driver for Conexant HSF chipset" >HOMEPAGE="http://www.linuxant.com/drivers/hsf/index.php" >SRC_URI="x86? ( http://www.linuxant.com/drivers/hsf/full/archive/${P}full/${P}full.tar.gz ) > amd64? ( http://www.linuxant.com/drivers/hsf/full/archive/${P}x86_64full/${P}x86_64full.tar.gz ) > doc? ( http://www.linuxant.com/drivers/hsf/full/archive/${P}full/${MY_DOC} )" > >LICENSE="Conexant" >KEYWORDS="-* ~x86 ~amd64" >IUSE="doc" >SLOT="0" > >DEPEND="virtual/libc > dev-lang/perl > app-arch/cpio" > >S="${WORKDIR}" > >pkg_setup() { > if useq x86; then > MY_ARCH_S=${S}/${P}full > elif useq amd64; then > MY_ARCH_S=${S}/${P}x86_64full > fi >} > >src_unpack() { > unpack ${A} > > cd ${MY_ARCH_S} >} > >src_compile() { > cd ${MY_ARCH_S} > emake all || die "make failed" >} > >src_install () { > cd ${MY_ARCH_S} > make PREFIX=${D}/usr/ ROOT=${D} install || die "make install failed" > > use doc && dodoc "${DISTDIR}/${MY_DOC}" >} > >pkg_preinst() { > local NVMDIR="${ROOT}/etc/${PN}/nvm" > if [ -d "${NVMDIR}" ]; then > einfo "Cleaning ${NVMDIR}..." > rm -rf "${NVMDIR}" > eend > fi >} > >pkg_postinst() { > einfo "To complete the installation and configuration of your HSF modem," > einfo "please run hsfconfig." >}
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 111179
: 71890