summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2002-07-12 11:20:59 +0000
committerDoug Goldstein <cardoe@gentoo.org>2002-07-12 11:20:59 +0000
commit9351e84f1a762e459d54d9d9d65a8d646db45c63 (patch)
tree01004d4cf199f62d7e61b46d75ad02a67f861c00 /net-dialup/hsflinmodem
parentNew license for the Conexant Modem Driver that's being requested... (diff)
downloadgentoo-2-9351e84f1a762e459d54d9d9d65a8d646db45c63.tar.gz
gentoo-2-9351e84f1a762e459d54d9d9d65a8d646db45c63.tar.bz2
gentoo-2-9351e84f1a762e459d54d9d9d65a8d646db45c63.zip
New package
Diffstat (limited to 'net-dialup/hsflinmodem')
-rw-r--r--net-dialup/hsflinmodem/ChangeLog10
-rw-r--r--net-dialup/hsflinmodem/files/digest-hsflinmodem-5.03.03.020625001
-rw-r--r--net-dialup/hsflinmodem/hsflinmodem-5.03.03.02062500.ebuild27
3 files changed, 38 insertions, 0 deletions
diff --git a/net-dialup/hsflinmodem/ChangeLog b/net-dialup/hsflinmodem/ChangeLog
new file mode 100644
index 000000000000..0aa5b1a401e1
--- /dev/null
+++ b/net-dialup/hsflinmodem/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-dialup/hsflinmodem
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+
+*hsflinmodem-5.03.03.02062500 (12 Jul 2002)
+
+ 12 Jul 2002; Doug Goldstein <cardoe@gentoo.org> hsflinmodem-5.03.03.02062500.ebuild Changelog :
+
+ Initial checkin to portage. Ebuild made by hanno@gmx.de (Hanno Boeck). Cleaned up prior to checkin.
+
+
diff --git a/net-dialup/hsflinmodem/files/digest-hsflinmodem-5.03.03.02062500 b/net-dialup/hsflinmodem/files/digest-hsflinmodem-5.03.03.02062500
new file mode 100644
index 000000000000..1d33af9b92ef
--- /dev/null
+++ b/net-dialup/hsflinmodem/files/digest-hsflinmodem-5.03.03.02062500
@@ -0,0 +1 @@
+MD5 0f7a3c3a62e81846f3a5441281a890b2 hsflinmodem-5.03.03.L3mbsibeta02062500.tar.gz 993280
diff --git a/net-dialup/hsflinmodem/hsflinmodem-5.03.03.02062500.ebuild b/net-dialup/hsflinmodem/hsflinmodem-5.03.03.02062500.ebuild
new file mode 100644
index 000000000000..f3195ee1ad13
--- /dev/null
+++ b/net-dialup/hsflinmodem/hsflinmodem-5.03.03.02062500.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp
+
+DESCRIPTION="hsflinmodem - Modem driver for Connexant HSF chipset"
+HOMEPAGE="http://www.mbsi.ca/cnxtlindrv/"
+LICENSE="Conexant"
+DEPEND=""
+RDEPEND="${DEPEND}"
+SLOT="0"
+KEYWORDS="x86"
+
+SRC_URI="http://www.mbsi.ca/cnxtlindrv/hsf/hsflinmodem-5.03.03.L3mbsibeta02062500/dl/${PN}-5.03.03.L3mbsibeta02062500.tar.gz"
+S=${WORKDIR}/${PN}-5.03.03.L3mbsibeta02062500
+
+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."
+}