# rdate, ftp://people.redhat.com/sopwith/

name=rdate
version=1.4
release=1
source=(ftp://people.redhat.com/sopwith/$name-$version.tar.gz)

build() {
    cd $name-$version
    make CFLAGS="$CFLAGS"
    install -D -m0755 rdate $PKG/usr/bin/rdate
    install -D -m0644 rdate.1 $PKG/usr/share/man/man1/rdate.1
}
