app-editors/kakoune: drop old 0_pre20160620
[gentoo.git] / net-misc / netdate / netdate-1.2.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 DESCRIPTION="A Utility to synchronize the time with ntp-servers"
5 HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/"
6 SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2"
7
8 LICENSE="public-domain"
9 SLOT="0"
10 KEYWORDS="amd64 arm ~mips s390 sh sparc x86"
11 IUSE=""
12
13 DEPEND=""
14
15 S=${WORKDIR}/${PN}
16
17 src_compile() {
18         emake || die "make failed"
19 }
20
21 src_install() {
22         dobin netdate || die
23         doman netdate.8
24         dodoc README
25 }