VERSION=6.1.5 BUILD=1 ARCH=i386 PKGNAME=rdist-$VERSION-$ARCH-$BUILD PROGNAME="rdist" DESC="\ Rdist is a remote file distribution program. It is used to maintain \n\ identical copies of files over multiple network hosts. It preserves \n\ the owner, group, mode, and mtime of files if possible and can update \n\ programs that are executing." MAINTAINER="Logan Johnson " SOURCE= LOCATION= IGNOREPATH=/home:/root:/dev:/tmp:/usr/local:/mnt STRIPLIB=y STRIPBIN=y TAG=OPT compile() { tar -xvzf $CWD/rdist-$VERSION.tar.gz cd rdist-$VERSION/ zcat $CWD/rdist-$VERSION.diff.gz | patch -p1 make } install() { cp src/rdist src/rdistd /usr/bin cp doc/rdist.man /usr/man/man1/rdist.1 cp doc/rdistd.man /usr/man/man1/rdistd.1 mkdir -p /usr/doc/rdist-$VERSION cp README /usr/doc/rdist-$VERSION }