# exvi/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.18 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.55 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.02 hours (or 001.05 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = See "license*.txt" in installed tree licfile = LICENSE tmpsize = 3M unpack = relaxed #--------------------------------------------------------------------- [depends] ed # Bypass issues at higher levels termcap #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc LIBEXECDIR=$PKGDIR_PROD/libexec MANDIR=$PKGDIR_PROD/man/man1 PRESERVEDIR=/var/preserve mkdir -p $BINDIR $DOCDIR $LIBEXECDIR \ $MANDIR $PRESERVEDIR export CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' make make install cp -p LICENSE $DOCDIR/ cd $BINDIR rm -fr vi # Superseded by "vim" package mv ex ex.bin cat > ex << END exec rlwrap \$PRODTREE/exvi/bin/ex.bin \$* END chmod 755 ex #--------------------------------------------------------------------- [setup.boot] PRESERVEDIR=/var/preserve mkdir -p $PRESERVEDIR chmod 1777 $PRESERVEDIR #--------------------------------------------------------------------- # 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 = n/a url_home = http://ex-vi.sourceforge.net/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/sourceforge/\ ex-vi/ex-050325.tar.bz2