First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 68
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Damon Conway (RETIRED) <kabau@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: ali asad lotia <lotia@umich.edu>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 68 depends on: Show dependency tree
Bug 68 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-01-07 09:17 0000
complete script follows

# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Terry Chan <tchan@enteract.com> revised by Ali Asad Lotia <lotia@umich.edu>
# /space/gentoo/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.72.ebuild,v 1.1
2001/10/10 20:11:29 woodchip Exp
S=${WORKDIR}/${P}
DESCRIPTION="Network Time Protocol suite/programs"
SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz"
HOMEPAGE="http://www.ntp.org/"
 
DEPEND="virtual/glibc
 >=sys-libs/ncurses-5.2
 >=sys-libs/readline-4.1"
 
src_compile() {
cp configure configure.orig
sed -e "s:-Wpointer-arith::" configure.orig > configure
LDFLAGS="$LDFLAGS -lncurses"

./configure --prefix=/usr --mandir=/usr/share/man \
--host=${CHOST} --build=${CHOST} || die
 
emake || die
}
 
src_install () {
make prefix=${D}/usr mandir=${D}/usr/share/man install || die
 
dodoc ChangeLog INSTALL NEWS README TODO WHERE-TO-START
insinto /usr/share/doc/${PF}/html ; doins html/*.htm
insinto /usr/share/doc/${PF}/html/hints ; doins html/hints/*
insinto /usr/share/doc/${PF}/html/pic ; doins html/pic/*
 
insinto /usr/share/ntp ; doins scripts/*
 
exeinto /etc/init.d ; newexe ${FILESDIR}/ntpd.rc6 ntpd
}

------- Comment #1 From Mikael Hallendal (hallski) (RETIRED) 2002-01-07 10:50:44 0000 -------
moved to Server and tagged.

------- Comment #2 From Grant Goodyear 2002-01-07 12:54:30 0000 -------
Added to portage.  In the future, please send a patch instead of the entire
ebuild.

First Last Prev Next    No search results available      Search page      Enter new bug