# Description: Time setting software implementing RFC 868 (inetd time) and RFC 2030 (SNTP/NTP) protocols # URL: http://sourceforge.net/projects/openrdate/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=openrdate version=1.2 release=1 source=(http://dl.sourceforge.net/sourceforge/openrdate/$name-$version.tar.gz \ rdate) build() { cd $name-$version ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man make AR="$AR" make DESTDIR=$PKG install install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate }