# rw/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree tmpsize = 1M #--------------------------------------------------------------------- [depends] none #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MANBASE=$PKGDIR_PROD/man MANDIR=$MANBASE/man1 mkdir -p $BINDIR $DOCDIR $MANDIR cc -O2 -fPIC -o rw rw.c cp -p rw $BINDIR/ cp -p rw.1 $MANDIR/ cp -p $PKGDIR_SPECIAL/license.txt $DOCDIR/license-$EXEWORD.txt #--------------------------------------------------------------------- # Original URLs. 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, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = Unknown #--------------------------------------------------------------------- [history] 180702 Added package. Started with 180702 ("git" date).