CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: added overlayed port
[ports/core-arm64.git] / openrdate / Pkgfile
CommitLineData
3c5355f2
VM
1# Description: Time setting software implementing RFC 868 (inetd time) and RFC 2030 (SNTP/NTP) protocols
2# URL: http://sourceforge.net/projects/openrdate/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
4
5name=openrdate
6version=1.2
7release=2
8source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz/$name-$version.tar.gz
9 rdate)
10
11build() {
12 cd $name-$version
13 ./configure --prefix=/usr \
14 --build=arm-unknown-linux-gnueabi
15 make
16 make DESTDIR=$PKG install
17 install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate
18}