# shorten/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. Warning: When extracting compressed WAVE or AIFF audio, do NOT use the "-t" option switch, or you may lose data. For example, avoid com- mands of the following type: shorten -x -t wav filename.shn shorten -x -t aiff filename.aiff.shn If you execute commands of this type, the resulting files may contain an audio header, but no audio data. Note from the developer who packaged "shorten" 3.6.0: "Since the ori- ginal shorten doesn't handle this correctly, I'm not sure whether this is a bug, design flaw, or neither. But it certainly is not intuitive, and it will destroy your data, so take heed!" #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.17 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.28 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.57 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license.txt" under installed tree tmpsize = 2M #--------------------------------------------------------------------- [depends] actools gawk grep #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc mkdir -p $DOCDIR cp -p COPYING $DOCDIR/license.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 = n/a url_home = http://www.etree.org/shnutils/shorten/ url_lfs = n/a url_tarball = http://www.etree.org/shnutils/shorten/dist/src/\ shorten-3.6.1.tar.gz