diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 21:04:36 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 21:04:36 +0000 |
commit | c152b25597563fe76e7c66d393a504ead12dd79d (patch) | |
tree | 7974340698b8630b5bb9dc66ee28cca292e6e5da /net-misc/netkit-rsh | |
parent | clean up and SRC_URI update (diff) | |
download | gentoo-2-c152b25597563fe76e7c66d393a504ead12dd79d.tar.gz gentoo-2-c152b25597563fe76e7c66d393a504ead12dd79d.tar.bz2 gentoo-2-c152b25597563fe76e7c66d393a504ead12dd79d.zip |
clean up and SRC_URI update
Diffstat (limited to 'net-misc/netkit-rsh')
-rw-r--r-- | net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r2 | 2 | ||||
-rw-r--r-- | net-misc/netkit-rsh/netkit-rsh-0.17-r2.ebuild | 29 |
2 files changed, 16 insertions, 15 deletions
diff --git a/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r2 b/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r2 index a1ef517c8c8b..f15e7166a879 100644 --- a/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r2 +++ b/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r2 @@ -1 +1 @@ -MD5 65f5f28e2fe22d9ad8b17bb9a10df096 netkit-rsh-0.17.tar.gz 58268 +MD5 65f5f28e2fe22d9ad8b17bb9a10df096 netkit-rsh_0.17.orig.tar.gz 58268 diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r2.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r2.ebuild index 64466595c750..31aabf997db1 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r2.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-r2.ebuild @@ -1,32 +1,33 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r2.ebuild,v 1.2 2001/09/29 21:52:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r2.ebuild,v 1.3 2002/04/27 21:04:36 seemant Exp $ -P=netkit-rsh-0.17 -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Netkit - rshd" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" +SRC_URI="http://ftp.debian.org/debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz" DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 + >=sys-libs/ncurses-5.2 >=sys-libs/pam-0.72" src_unpack () { - unpack ${A} - cd ${S} - patch -p0 < ${O}/files/rlogind-auth.diff || die + unpack ${A} + cd ${S} + patch -p0 < ${O}/files/rlogind-auth.diff || die } src_compile() { - ./configure || die - cp MCONFIG MCONFIG.orig - sed -e "s/-pipe -O2/${CFLAGS}/" -e "s:-Wpointer-arith::" MCONFIG.orig > MCONFIG - make || die + ./configure || die + cp MCONFIG MCONFIG.orig + sed -e "s/-pipe -O2/${CFLAGS}/" \ + -e "s:-Wpointer-arith::" \ + MCONFIG.orig > MCONFIG + + make || die } -src_install() { +src_install() { into /usr dobin rcp/rcp fperms 4755 /usr/bin/rcp |