diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2004-05-21 16:28:07 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2004-05-21 16:28:07 +0000 |
commit | a279e3ab4212e987ce42ed812485e05d1c6841b2 (patch) | |
tree | 16a9ca4b32b73a2c05c2f80ed17fa5888296367b /net-misc/netdate/netdate-1.2.ebuild | |
parent | amd64 (diff) | |
download | historical-a279e3ab4212e987ce42ed812485e05d1c6841b2.tar.gz historical-a279e3ab4212e987ce42ed812485e05d1c6841b2.tar.bz2 historical-a279e3ab4212e987ce42ed812485e05d1c6841b2.zip |
Initial import of the netdate pkg
Diffstat (limited to 'net-misc/netdate/netdate-1.2.ebuild')
-rw-r--r-- | net-misc/netdate/netdate-1.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/netdate/netdate-1.2.ebuild b/net-misc/netdate/netdate-1.2.ebuild new file mode 100644 index 000000000000..eee5fe17850d --- /dev/null +++ b/net-misc/netdate/netdate-1.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/netdate-1.2.ebuild,v 1.1 2004/05/21 16:28:07 jhhudso Exp $ + +DESCRIPTION="A Utility to synchronize the time with ntp-servers" +SRC_URI="mirror://netdate-${PV}.tar.bz2" + +SLOT="0" +LICENSE="public-domain" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/glibc" + +src_compile() { + cd ${WORKDIR}/netdate + emake || die "make failed" +} + +src_install() { + cd ${WORKDIR}/netdate + dobin netdate + doman netdate.8 + dodoc README COPYRIGHT +}
\ No newline at end of file |