# awk/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package installs a fork of The One True Awk modified to build without the need for tools other than "gcc" and "ld". The source tarball was created manually. The initial sources were tak- en from an upstream tarball that was obtained as follows: ocgitfetch --run awk https://github.com/onetrueawk/awk.git The upstream tarball is included in the "special" subdirectory provid- ed with this "cfg" file. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = See "license*.txt" in installed tree licfile = LICENSE master = yes #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR gcc -o awk *.c -lm -lc mv awk $BINDIR/ #--------------------------------------------------------------------- # 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 = n/a url_tarball = special # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210222 Added package. Started with 210222.