summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/telnet-bsd/telnet-bsd-1.0.ebuild')
-rw-r--r--net-misc/telnet-bsd/telnet-bsd-1.0.ebuild26
1 files changed, 8 insertions, 18 deletions
diff --git a/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild
index 07e7a72deadf..4f2c6758e804 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild
@@ -1,23 +1,19 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild,v 1.11 2003/11/25 03:35:57 agriffis Exp $
-
-IUSE=""
-S=${WORKDIR}/${P}
+# $Header: /var/cvsroot/gentoo-x86/net-misc/telnet-bsd/telnet-bsd-1.0.ebuild,v 1.12 2004/02/05 23:41:31 vapier Exp $
inherit eutils
EPATCH_SOURCE="${FILESDIR}"
DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support"
-SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2"
HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/"
+SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2"
-DEPEND="virtual/glibc"
-
-KEYWORDS="x86 sparc hppa ~ppc alpha"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
+KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64"
+DEPEND="virtual/glibc"
src_unpack() {
unpack ${A}
@@ -25,13 +21,7 @@ src_unpack() {
epatch
}
-src_compile() {
- econf
- emake || die
-}
-
-src_install () {
- einstall
-
- dodoc README THANKS NEWS COPYING AUTHORS ChangeLog INSTALL ABOUT-NLS
+src_install() {
+ einstall || die
+ dodoc README THANKS NEWS AUTHORS ChangeLog INSTALL
}