CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fltk2: Updated to version r7513.
[attic/ports/opt-cross.git] / openrdate / Pkgfile
CommitLineData
bb4cc7c4
JB
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# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on:
6
7name=openrdate
8version=1.2
9release=1
10source=(http://dl.sourceforge.net/sourceforge/openrdate/$name-$version.tar.gz \
11 rdate)
12
13build() {
14 cd $name-$version
15
16 ./configure --build=$CHOST \
17 --host=$CTARGET \
18 --prefix=/usr \
19 --mandir=/usr/man
20
21 make AR="$AR"
22 make DESTDIR=$PKG install
23 install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate
24}