diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2003-11-11 05:00:36 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2003-11-11 05:00:36 +0000 |
commit | bd55fd8ac728f682958cfff2684a59a76fad35a2 (patch) | |
tree | bd81b3aee03d92e18b13a4632a3e3158a1e8a5bd /net-dialup/globespan-adsl | |
parent | removing (diff) | |
download | historical-bd55fd8ac728f682958cfff2684a59a76fad35a2.tar.gz historical-bd55fd8ac728f682958cfff2684a59a76fad35a2.tar.bz2 historical-bd55fd8ac728f682958cfff2684a59a76fad35a2.zip |
another user-submitted ebuild from Stephane Loeuillet
Diffstat (limited to 'net-dialup/globespan-adsl')
-rw-r--r-- | net-dialup/globespan-adsl/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/globespan-adsl/Manifest | 3 | ||||
-rw-r--r-- | net-dialup/globespan-adsl/files/digest-globespan-adsl-0.8 | 1 | ||||
-rw-r--r-- | net-dialup/globespan-adsl/globespan-adsl-0.8.ebuild | 45 | ||||
-rw-r--r-- | net-dialup/globespan-adsl/metadata.xml | 11 |
5 files changed, 68 insertions, 0 deletions
diff --git a/net-dialup/globespan-adsl/ChangeLog b/net-dialup/globespan-adsl/ChangeLog new file mode 100644 index 000000000000..a08a0417199f --- /dev/null +++ b/net-dialup/globespan-adsl/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-dialup/globespan-adsl +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/ChangeLog,v 1.1 2003/11/11 05:00:36 nerdboy Exp $ + +*globespan-adsl-0.8 (10 Nov 2003) + + 10 Nov 2003; <nerdboy@gentoo.org> globespan-adsl-0.8.ebuild: + new user-submitted ebuild (from Stephane Loeuillet again :) diff --git a/net-dialup/globespan-adsl/Manifest b/net-dialup/globespan-adsl/Manifest new file mode 100644 index 000000000000..0c17a5dbc2cc --- /dev/null +++ b/net-dialup/globespan-adsl/Manifest @@ -0,0 +1,3 @@ +MD5 1b7c579a70cc5bbeff93829f2457f2c5 globespan-adsl-0.8.ebuild 1116 +MD5 19754f7561b6c7abddcafb419ae9c736 metadata.xml 378 +MD5 607f1328e222264b4c8de4661311c2f1 files/digest-globespan-adsl-0.8 73 diff --git a/net-dialup/globespan-adsl/files/digest-globespan-adsl-0.8 b/net-dialup/globespan-adsl/files/digest-globespan-adsl-0.8 new file mode 100644 index 000000000000..dc50c91d62a1 --- /dev/null +++ b/net-dialup/globespan-adsl/files/digest-globespan-adsl-0.8 @@ -0,0 +1 @@ +MD5 30d3ca4d10c5a4325c88c80e7c1d3a69 eciadsl-usermode-0.8.tar.bz2 250499 diff --git a/net-dialup/globespan-adsl/globespan-adsl-0.8.ebuild b/net-dialup/globespan-adsl/globespan-adsl-0.8.ebuild new file mode 100644 index 000000000000..1cba2b4e358c --- /dev/null +++ b/net-dialup/globespan-adsl/globespan-adsl-0.8.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/globespan-adsl-0.8.ebuild,v 1.1 2003/11/11 05:00:36 nerdboy Exp $ + +DESCRIPTION="Driver for various ADSL modems based on GlobeSpan chips" +SRC_URI="http://eciadsl.flashtux.org/download/${P}.tar.bz2" +HOMEPAGE="http://eciadsl.flashtux.org" + +IUSE="tcltk" + +P="eciadsl-usermode-0.8" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=ppp-2.4.1" + +RDEPEND="${DEPEND} + tcltk? ( >=dev-lang/tk-8.3.4 )" + +src_compile() { + # no econf because --host is not supported + ./configure --prefix=/usr || die "./configure failed" + + emake || die "make failed" +} + +src_install() { + make ROOT=${D} install || die "Install failed" +} +pkg_postinst() { + einfo "" + + use tcltk && { + einfo "Package succesfully installed you should now run 'eciconf.sh'" + einfo "Paquetage installé avec succes vous devriez maintenant executer 'eciconf.sh'" + } + + use tcltk || { + einfo "Package succesfully installed you should now run 'eciconftxt.sh'" + einfo "Paquetage installé avec succes vous devriez maintenant executer 'eciconftxt.sh'" + } + + einfo "" +} diff --git a/net-dialup/globespan-adsl/metadata.xml b/net-dialup/globespan-adsl/metadata.xml new file mode 100644 index 000000000000..60648bcb1bab --- /dev/null +++ b/net-dialup/globespan-adsl/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>comm-fax</herd> +<maintainer> + <email>nerdboy@gentoo.org</email> + <name>Steve Arnold</name> + <description>Primary Maintainer</description> +</maintainer> +<longdescription>Usermode driver for GLobeSpan ADSL modems.</longdescription> +</pkgmetadata> |