# ascii2bin/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.17 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.17 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.20 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.48 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = GNU General Public License, version 2 (June 1991) unpack = relaxed #--------------------------------------------------------------------- [depends] gawk grep #--------------------------------------------------------------------- [configure] bash ./configure \ --prefix=$PKGDIR_PROD \ --disable-dependency-tracking #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/bin ln -s ascii2binary ascii2bin ln -s ascii2binary asc2bin ln -s binary2ascii binary2asc ln -s binary2ascii bin2asc #--------------------------------------------------------------------- # 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://billposer.org/Software/a2b.html url_lfs = n/a url_tarball = http://www.billposer.org/Software/Downloads/\ ascii2binary-2.14.tar.bz2 #--------------------------------------------------------------------- [about] The "ascii2bin" package provides two complementary programs that con- vert between text and binary representations of numbers: "ascii2binary" reads input consisting of text representations of num- bers separated by whitespace and produces binary data as output. "binary2ascii" converts binary data to text representations of num- bers. For both programs, command-line options may be used to specify the type and size/precision of the input or output.