diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
commit | 2976aa64c576eb5d76d265f70f3a9097dfdeb3ac (patch) | |
tree | dc5a008a22e16e21bc4ea4f991bba0890fae4a1b /net-misc/netkit-talk | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.gz historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.tar.bz2 historical-2976aa64c576eb5d76d265f70f3a9097dfdeb3ac.zip |
Dependencie fixes
Diffstat (limited to 'net-misc/netkit-talk')
-rw-r--r-- | net-misc/netkit-talk/netkit-talk-0.17-r2.ebuild | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r2.ebuild b/net-misc/netkit-talk/netkit-talk-0.17-r2.ebuild index 7825ec0e64f4..415301b8df3e 100644 --- a/net-misc/netkit-talk/netkit-talk-0.17-r2.ebuild +++ b/net-misc/netkit-talk/netkit-talk-0.17-r2.ebuild @@ -1,26 +1,25 @@ # Copyright 1999-2000 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-talk/netkit-talk-0.17-r2.ebuild,v 1.1 2001/04/29 22:09:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-talk/netkit-talk-0.17-r2.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $ -P=netkit-talk-0.17 -A=netkit-ntalk-0.17.tar.gz -S=${WORKDIR}/netkit-ntalk-0.17 +A=netkit-ntalk-${PV}.tar.gz +S=${WORKDIR}/netkit-ntalk-${PV} DESCRIPTION="Netkit - talkd" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1" +DEPEND="virtual/glibc + >=sys-libs/ncurses-5.2" src_unpack() { unpack ${A} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff } src_compile() { - try ./configure + try ./configure + cp MCONFIG MCONFIG.orig + sed -e "s:-O2 -Wall:-Wall:" -e "s:-Wpointer-arith::" MCONFIG.orig > MCONFIG try make } @@ -31,7 +30,7 @@ src_install() { dosbin talkd/talkd dosym talkd /usr/sbin/in.talkd doman talkd/talkd.8 - dosym talkd.8.gz /usr/man/man8/in.talkd.8.gz + dosym talkd.8.gz /usr/share/man/man8/in.talkd.8.gz dodoc README ChangeLog BUGS } |