diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-10-10 20:12:21 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-10-10 20:12:21 +0000 |
commit | af8fe29ee400a5cf524d02d9c2be5c473a381e62 (patch) | |
tree | 1865a699ae8b5859fb888954f85d99961c226e42 /net-misc/ntp | |
parent | updated ntp for rc5/rc6 support (diff) | |
download | gentoo-2-af8fe29ee400a5cf524d02d9c2be5c473a381e62.tar.gz gentoo-2-af8fe29ee400a5cf524d02d9c2be5c473a381e62.tar.bz2 gentoo-2-af8fe29ee400a5cf524d02d9c2be5c473a381e62.zip |
old ntp deleted
Diffstat (limited to 'net-misc/ntp')
-rw-r--r-- | net-misc/ntp/ntp-4.0.99k-r2.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/net-misc/ntp/ntp-4.0.99k-r2.ebuild b/net-misc/ntp/ntp-4.0.99k-r2.ebuild deleted file mode 100644 index 081c85acd76d..000000000000 --- a/net-misc/ntp/ntp-4.0.99k-r2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.0.99k-r2.ebuild,v 1.4 2001/08/10 17:58:17 darks Exp $ - -A=${P}23.tar.gz -S=${WORKDIR}/${P}23 -DESCRIPTION="Network Time Protocol suite/programs" -SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${A}" -HOMEPAGE="http://www.ntp.org/" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-libs/readline-4.1" - -src_unpack() { - unpack ${A} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - cp configure configure.orig - sed -e "s:-Wpointer-arith::" configure.orig > configure - - try LDFLAGS="$LDFLAGS -lncurses" ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} --build=${CHOST} - try make -} - -src_install () { - try make prefix=${D}/usr mandir=${D}/usr/share/man install - - dodoc ChangeLog INSTALL NEWS README TODO WHERE-TO-START - - cd ${S}/html - docinto html - dodoc *.htm - - cd ${S}/html/hints - docinto html/hints - dodoc * - - cd ${S}/html/pic - docinto html/pic - dodoc * - - cd ${S}/scripts - insinto /usr/share/ntp - doins * -} |