diff options
author | Joshua Brindle <method@gentoo.org> | 2003-02-03 21:33:06 +0000 |
---|---|---|
committer | Joshua Brindle <method@gentoo.org> | 2003-02-03 21:33:06 +0000 |
commit | bf34996618eee1d04521051a3fc67c25e8c90d34 (patch) | |
tree | 6328d96855cc3b10df769e41d3559e6082f7d8fc /net-dialup | |
parent | revision bump, no longer install /kmatplotrc (diff) | |
download | historical-bf34996618eee1d04521051a3fc67c25e8c90d34.tar.gz historical-bf34996618eee1d04521051a3fc67c25e8c90d34.tar.bz2 historical-bf34996618eee1d04521051a3fc67c25e8c90d34.zip |
initial import
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/hcfpcimodem/ChangeLog | 13 | ||||
-rw-r--r-- | net-dialup/hcfpcimodem/files/digest-hcfpcimodem-0.99.02123100 | 1 | ||||
-rw-r--r-- | net-dialup/hcfpcimodem/hcfpcimodem-0.99.02123100.ebuild | 28 |
3 files changed, 42 insertions, 0 deletions
diff --git a/net-dialup/hcfpcimodem/ChangeLog b/net-dialup/hcfpcimodem/ChangeLog new file mode 100644 index 000000000000..3349169c0251 --- /dev/null +++ b/net-dialup/hcfpcimodem/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for net-dialup/hcfpcimodem +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/hcfpcimodem/ChangeLog,v 1.1 2003/02/03 21:33:06 method Exp $ + +*hcfpcimodem-0.99mbsibeta02123100 (02 Feb 2003) + + 02 Feb 2003; Joshua Brindle <method@gentoo.org> : hcfpcimodem-0.99.02123100.ebuild + Initial import. + Note that the "changed_file" listing is optional if you are simply bumping + the rev of the ebuild and are only making changes to the .ebuild file + itself. Also note that we now have a single unified paragraph rather than + having the first line separated from the rest by a newline. Everything + should be in one block like this. (note by drobbins, 16 Jul 2002) diff --git a/net-dialup/hcfpcimodem/files/digest-hcfpcimodem-0.99.02123100 b/net-dialup/hcfpcimodem/files/digest-hcfpcimodem-0.99.02123100 new file mode 100644 index 000000000000..d39caa14fb6f --- /dev/null +++ b/net-dialup/hcfpcimodem/files/digest-hcfpcimodem-0.99.02123100 @@ -0,0 +1 @@ +MD5 3fa155c87fc30cd3b03835d0c3c76c7d hcfpcimodem-0.99mbsibeta02123100.tar.gz 634642 diff --git a/net-dialup/hcfpcimodem/hcfpcimodem-0.99.02123100.ebuild b/net-dialup/hcfpcimodem/hcfpcimodem-0.99.02123100.ebuild new file mode 100644 index 000000000000..75c5d378d097 --- /dev/null +++ b/net-dialup/hcfpcimodem/hcfpcimodem-0.99.02123100.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +MY_PV=0.99mbsibeta02123100 +MY_P=${PN}-${MY_PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="hcfpcimodem - Modem driver for Connexant HSF chipset" +SRC_URI="http://www.mbsi.ca/cnxtlindrv/hcf/archive/${MY_P}/${MY_P}.tar.gz" +HOMEPAGE="http://www.mbsi.ca/cnxtlindrv/" +DEPEND="virtual/glibc" +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 HCF modem," + echo "please run hcfpciconfig." +} |