# procmail/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Presently, the source tarball that's used for this package is an- cient (it dates back to 2001). However, as of mid-2021, it was the la- test known official version (and apparently the final version). #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.32 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.32 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.33 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.33 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 000.93 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = Multi-license (see "doc/*" under the installed tree) tmpsize = 2M #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc ETCDIR=$PKGDIR_PROD/etc MANBASE=$PKGDIR_PROD/man MANDIR1=$MANBASE/man1 MANDIR5=$MANBASE/man5 RCSDIR=$PKGDIR_PROD/etc/procmailrcs mkdir -p $BINDIR $DOCDIR $ETCDIR $MANDIR1 $MANDIR5 $RCSDIR cp -a Artistic COPYING README $DOCDIR/ #--------------------------------------------------------------------- JUNKDIR=/var/tmp/junk mkdir -p $JUNKDIR chmod 777 $JUNKDIR # Courtesy of BLFS: sed -e 's/getline/get_line/' -i src/*.[ch] make LOCKINGTEST=/tmp MANDIR=$MANBASE install make install-suid #--------------------------------------------------------------------- sed "s|__META_PKGDIR_PROD__|$PKGDIR_PROD|g" \ < $PKGDIR_MASTER/special/procmailrc \ > $ETCDIR/procmailrc #--------------------------------------------------------------------- # Original URLs. Note: These URLs were valid at one point, but may # have died since then. If you download newer versions of tarballs # [etc.], don't delete the original versions. You may not be able to # replace them. [urls] url_debian = http://packages.debian.org/unstable/source/procmail url_home = http://www.procmail.org/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ basicnet/procmail.html url_tarball = https://ftp.osuosl.org/pub/blfs/conglomeration/\ procmail/procmail-3.22.tar.gz #--------------------------------------------------------------------- [history] 211028 Integrated current BLFS patches