VERSION=3.21 PROGNAME=procmail DESC="\ The procmail mail processing program. (v$VERSION) \n\ \n\ Can be used to create mail-servers, mailing lists, sort your incoming \n\ mail into separate folders/files (real convenient when subscribing to \n\ one or more mailing lists or for prioritising your mail), preprocess \n\ your mail, start any programs upon mail arrival (e.g. to generate \n\ different chimes on your workstation for different types of mail) or \n\ selectively forward certain incoming mail automatically to someone. \n\ \n\ The author of procmail is Stephen R. van den Berg." SOURCE=http://www.procmail.org BUILD=1 SUBPKGNAME=procmail-$VERSION-s390-$BUILD TAG=OPT subinstall() { cd $TMP/procmail-$VERSION ( cd src ; cp formail lockfile mailstat procmail /usr/bin ) ( cd man/ cp *.1 /usr/man/man1 cp *.5 /usr/man/man5 ) mkdir -p /usr/doc/procmail-$VERSION cp -r Artistic COPYING FAQ FEATURES HISTORY INSTALL KNOWN_BUGS README \ examples /usr/doc/procmail-$VERSION } subattributes() { chown root.mail $SUBPKG/usr/bin/procmail chown root.mail $SUBPKG/usr/bin/lockfile chmod 6755 $SUBPKG/usr/bin/procmail chmod 2755 $SUBPKG/usr/bin/lockfile chmod 755 $SUBPKG/usr/doc/procmail-$VERSION/examples/dirname chmod 755 $SUBPKG/usr/doc/procmail-$VERSION/examples/mailstat }