# minised/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball for this package doesn't contain license infor- mation. However, as of early 2007, the "directory.fsf.org" web site stated that the following standard license applied to this pack- age: GNU General Public License, version 2 (June 1991) #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.03 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.10 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none # Disregarding a forward dependency on # "mktemp" exepack = yes license = See "technotes" in "cfg" file #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MANDIR cc -c -O2 sedcomp.c cc -c -O2 sedexec.c cc -o minised sedcomp.o sedexec.o cp -p minised $BINDIR/ cp -p minised.1 $MANDIR/ #--------------------------------------------------------------------- # 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://www.exactcode.de/oss/minised/ url_lfs = unknown url_tarball = http://dl.exactcode.de/oss/minised/\ minised-1.13.tar.gz #--------------------------------------------------------------------- [about] "minised" is a smaller and faster version of "sed". Minix uses it. GNU used it previously until they created a new version built around an extended "regexp" package.