# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/hsflinmodem/hsflinmodem-6.03.00.04082400.ebuild,v 1.2 2004/11/07 16:11:09 mrness Exp $ MY_P=hsfmodem-${PV%.*}lnxt${PV##*.}full S=${WORKDIR}/${MY_P} DESCRIPTION="hsfmodem - Linuxant's modem driver for Connexant HSF chipset" SRC_URI="http://www.linuxant.com/drivers/hsf/full/archive/${MY_P}/${MY_P}.tar.gz" HOMEPAGE="http://www.linuxant.com/drivers/hsf/index.html" DEPEND="virtual/libc" IUSE="" SLOT="0" LICENSE="Conexant" KEYWORDS="-* ~x86" src_compile() { emake all || die } src_install () { make PREFIX=${D}/usr/ ROOT=${D} install || die } pkg_postinst() { echo "To complete the installation and configuration of your HSF modem," echo "please run hsfconfig." }